SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 5 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 5 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='5' GROUP BY p.id_product) p |
81304
ms
|
272484 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:736<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:714<br>/modules/ps_facetedsearch/src/Filters/Products.php:90<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:159<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 5 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 5 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='5' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add ASC, p.id_product DESC LIMIT 100, 50 |
68420
ms
|
272484 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:87<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:159<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
52008
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Configuration.php:220<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
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`) |
41139
ms
|
10158 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
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 = 5 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` = 5) AND (mg.id_shop = 5 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
33924
ms
|
2724 |
Yes
|
Yes
|
/classes/Hook.php:1175
/classes/Hook.php:721<br>/classes/Hook.php:806<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 670
LIMIT 1 |
28706
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
27520
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 5)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
21100
ms
|
681 |
|
|
/classes/Hook.php:494
/classes/Hook.php:534<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 666
LIMIT 1 |
19477
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM `ps_module_currency` mc
WHERE (mc.`id_module` = 123) AND (mc.`id_shop` = 5) |
19415
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/tnwuandmg/tnwuandmg.php:48<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 659 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` = 659 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
16964
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 61) LIMIT 1 |
15614
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 519
LIMIT 1 |
15603
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
14858
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
14801
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 679
ORDER BY f.position ASC |
14256
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
13884
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
13657
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 673) AND (b.`id_shop` = 5) LIMIT 1 |
13609
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 676 LIMIT 1 |
13472
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
13451
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 514 |
13249
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 687
ORDER BY f.position ASC |
12946
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
12827
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 645 AND `id_shop` = 5 |
12542
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 38 LIMIT 1 |
11968
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/classes/Link.php:997<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1625<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
11652
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 687 |
11467
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
11354
ms
|
4 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 666 LIMIT 1 |
11003
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 645 AND id_shop=5 LIMIT 1 |
10877
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
10748
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 655) AND (b.`id_shop` = 5) LIMIT 1 |
10382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 659 |
10308
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
10221
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerInitBefore") LIMIT 1 |
9920
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/FrontController.php:286<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 514
ORDER BY `position` |
9912
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 668) |
9786
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 648) LIMIT 1 |
9782
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
9753
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 670 |
9705
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 681 |
9224
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
8928
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 670 |
8583
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 667 AND id_shop=5 LIMIT 1 |
8563
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerInitAfter") LIMIT 1 |
8543
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/FrontController.php:506<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
8403
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 |
8125
ms
|
0 |
|
|
/classes/Hook.php:1235
/classes/Hook.php:212<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
8072
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 676
ORDER BY f.position ASC |
7343
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_wholesale_threshold` a
WHERE (a.`id_group_wholesale_threshold` = 8) LIMIT 1 |
7126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/tfwholesales/classes/TFWholeSaleThreshold.php:33<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:528<br>/classes/controller/FrontController.php:559<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 642 AND `id_shop` = 5 |
6917
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5 |
6818
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/tfjardinage/tfjardinage.php:50<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:286<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 673 |
6574
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 672 |
6573
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
6545
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionDispatcher") LIMIT 1 |
6514
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:514<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 644 AND id_shop=5 LIMIT 1 |
6331
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
6318
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 515 |
6261
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 521 |
6111
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
5916
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
5861
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 673 LIMIT 1 |
5778
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
5643
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 641) LIMIT 1 |
5607
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 8) LIMIT 1 |
5468
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 667) |
5380
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 523) LIMIT 1 |
5310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 516 AND `id_shop` = 5 |
5000
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 657
LIMIT 1 |
4999
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 513
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
4961
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionControllerInitBefore") LIMIT 1 |
4784
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/Controller.php:174<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 656) LIMIT 1 |
4622
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
4553
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1625<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 516
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
4479
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionBuildFrontEndObject") LIMIT 1 |
4465
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/FrontController.php:579<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:526<br>/classes/controller/FrontController.php:559<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 665 AND `id_shop` = 5 |
4381
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
4360
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_country` = 38) LIMIT 1 |
4357
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:27
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
4348
ms
|
712 |
Yes
|
|
/classes/Country.php:154
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:951<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:45<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 644 |
4252
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 642) |
4115
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
4096
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionDispatcherBefore") LIMIT 1 |
4090
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
4064
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "productSearchProvider") LIMIT 1 |
4047
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:375<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:168<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 643) LIMIT 1 |
4043
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 663 AND `id_shop` = 5 |
4021
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 687 AND `id_shop` = 5 |
3967
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 65) LIMIT 1 |
3965
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "overrideMinimalPurchasePrice") LIMIT 1 |
3961
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Cart/CartPresenter.php:432<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 60) LIMIT 1 |
3904
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 521) LIMIT 1 |
3865
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 674 |
3821
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 681) LIMIT 1 |
3785
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
3718
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SHOW TABLES LIKE 'ps_tnwuandmg' |
3639
ms
|
1 |
|
|
/modules/tnwuandmg/tnwuandmg.php:59
/modules/tnwuandmg/tnwuandmg.php:51<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 640) LIMIT 1 |
3549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
3494
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 644) LIMIT 1 |
3464
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 674
ORDER BY f.position ASC |
3391
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
3364
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 671) LIMIT 1 |
3332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 654
LIMIT 1 |
3279
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 517
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
3275
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 682) LIMIT 1 |
3263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 662) LIMIT 1 |
3260
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 670
ORDER BY `position` |
3224
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 516
LIMIT 1 |
3136
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 656 LIMIT 1 |
3113
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 678) LIMIT 1 |
3098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 670) LIMIT 1 |
3079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 658 AND `id_shop` = 5 |
3063
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 699 LIMIT 1 |
3060
ms
|
1 |
|
|
/classes/Hook.php:229
/classes/Hook.php:876<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 38 LIMIT 1 |
3060
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:637<br>/classes/AddressFormat.php:618<br>/classes/AddressFormat.php:562<br>/override/classes/AddressFormat.php:9<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1643<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
3058
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 521
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
3040
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 639
ORDER BY f.position ASC |
2997
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 5)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 4)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
2991
ms
|
194 |
Yes
|
|
/classes/Country.php:147
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:951<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:45<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 514
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
2985
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
2966
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 657
ORDER BY `position` |
2961
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 671
LIMIT 1 |
2953
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionProductSearchProviderRunQueryBefore") LIMIT 1 |
2943
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
2921
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 658 LIMIT 1 |
2901
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 669) LIMIT 1 |
2900
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 641 AND `id_shop` = 5 |
2898
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
2883
ms
|
1610 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 514 AND `id_shop` = 5 |
2851
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 515 AND `id_shop` = 5 |
2829
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 674 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` = 674 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2795
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
2786
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 513 |
2774
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 670 AND `id_shop` = 5 |
2753
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 514) LIMIT 1 |
2731
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 658) LIMIT 1 |
2717
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
2716
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
2700
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 665
ORDER BY f.position ASC |
2697
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
2684
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 646) LIMIT 1 |
2671
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 5) LIMIT 1 |
2619
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
2591
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 644 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` = 644 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2559
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
2542
ms
|
237 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
2541
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
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 |
2518
ms
|
1 |
|
|
/classes/Cart.php:4215
/classes/Cart.php:4190<br>/classes/Cart.php:2131<br>/override/classes/Cart.php:19<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
2500
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
2491
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 655) LIMIT 1 |
2469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 514) AND (id_product_attribute = 1296) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
2465
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 641 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2420
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 520 AND pa.`id_product` = 520 AND pa.`id_product_attribute` = 1302 LIMIT 1 |
2419
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 638) LIMIT 1 |
2391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 663) AND (b.`id_shop` = 5) LIMIT 1 |
2388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 663 |
2381
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
2367
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
2348
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 520) AND (id_product_attribute = 1302) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
2338
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 646
LIMIT 1 |
2312
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
2307
ms
|
891 |
|
|
/classes/Hook.php:1235
/classes/Hook.php:212<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 657 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2296
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 675 |
2287
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
2244
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 513) |
2201
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 656
ORDER BY f.position ASC |
2196
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 682
ORDER BY `position` |
2194
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 676 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2189
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
2172
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
2147
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 655 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2125
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
2120
ms
|
88 |
|
|
/classes/Hook.php:343
/classes/Hook.php:148<br>/classes/Hook.php:367<br>/classes/Hook.php:390<br>/classes/Hook.php:925<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionControllerInitAfter") LIMIT 1 |
2118
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/Controller.php:202<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 669 |
2108
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="f5f95310fdf134c2dcb17cb36785738b" LIMIT 1 |
2107
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:168
/modules/ps_facetedsearch/src/Product/SearchProvider.php:199<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 658 |
2100
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
2079
ms
|
88 |
|
|
/classes/Hook.php:291
/classes/Hook.php:322<br>/classes/Hook.php:732<br>/classes/Hook.php:806<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
2075
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
2071
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 657) LIMIT 1 |
2046
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 668) LIMIT 1 |
2021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 662 AND `id_shop` = 5 |
2014
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 522) LIMIT 1 |
2012
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 679) LIMIT 1 |
1995
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 676
LIMIT 1 |
1992
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 644 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1985
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 521
LIMIT 1 |
1983
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 657 AND `id_shop` = 5 |
1979
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 681
LIMIT 1 |
1976
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 676) LIMIT 1 |
1962
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 524 |
1944
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1938
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
1934
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 645) LIMIT 1 |
1931
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
1929
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:1233<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 656) |
1925
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1924
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 638 |
1918
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 676 |
1915
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 517) LIMIT 1 |
1904
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
1894
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 677) LIMIT 1 |
1888
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 644 LIMIT 1 |
1877
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
1868
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 38 LIMIT 1 |
1865
ms
|
1 |
|
|
/classes/AddressFormat.php:671
/classes/AddressFormat.php:633<br>/classes/AddressFormat.php:618<br>/classes/AddressFormat.php:562<br>/override/classes/AddressFormat.php:9<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1643<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1865
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 664 AND `id_group` = 1 LIMIT 1 |
1859
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1852
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 656 AND `id_shop` = 5 |
1850
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
1842
ms
|
9 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
1835
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 681 |
1811
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 663) LIMIT 1 |
1806
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 646 AND `id_shop` = 5 |
1802
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 517 |
1797
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 38 |
1794
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/override/classes/AddressFormat.php:17<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1643<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 678
LIMIT 1 |
1786
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1777
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 659
ORDER BY `position` |
1775
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 687) LIMIT 1 |
1756
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
1750
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:27
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 643 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1745
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
1740
ms
|
2592100 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 654) AND (b.`id_shop` = 5) LIMIT 1 |
1738
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
1708
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1699
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "filterHtmlContent") LIMIT 1 |
1695
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:97<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:70<br>/classes/controller/FrontController.php:1592<br>/classes/controller/FrontController.php:526<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerSetMedia") LIMIT 1 |
1693
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/FrontController.php:951<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:45<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AED') LIMIT 1 |
1677
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 516) AND (b.`id_shop` = 5) LIMIT 1 |
1668
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 522 |
1664
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 519 AND pa.`id_product` = 519 AND pa.`id_product_attribute` = 1301 LIMIT 1 |
1658
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 25
AND id_shop = 5
GROUP BY `type`, id_value ORDER BY position ASC |
1653
ms
|
7 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Converter.php:253
/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 664) LIMIT 1 |
1649
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1647
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 517
AND image_shop.`cover` = 1 LIMIT 1 |
1641
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 516) AND (id_product_attribute = 1298) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
1637
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 655 AND `id_shop` = 5 |
1633
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
1632
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1682<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 677) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
1629
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
1598
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 523 |
1590
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 667 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` = 667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1582
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 654 |
1578
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 523
LIMIT 1 |
1568
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 656 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1566
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 675 LIMIT 1 |
1558
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 663 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1541
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 680) LIMIT 1 |
1536
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 661 |
1529
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 |
1522
ms
|
22 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 659
LIMIT 1 |
1515
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 659) LIMIT 1 |
1510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 513 AND `id_shop` = 5 |
1509
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 664
ORDER BY f.position ASC |
1509
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 639
LIMIT 1 |
1504
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 672
LIMIT 1 |
1498
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
1496
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 674
LIMIT 1 |
1486
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 643 AND `id_shop` = 5 |
1485
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 642
LIMIT 1 |
1475
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 675
LIMIT 1 |
1463
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 5) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 4) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1451
ms
|
9 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
/modules/ps_facetedsearch/src/Filters/Converter.php:358<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_group` = 1) LIMIT 1 |
1448
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:246<br>/classes/Cart.php:219<br>/classes/controller/FrontController.php:443<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 659 AND `id_shop` = 5 |
1446
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionProductSearchProviderRunQueryAfter") LIMIT 1 |
1441
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:220<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 648
LIMIT 1 |
1434
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 520 AND `id_shop` = 5 |
1431
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
1425
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1421
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 513
LIMIT 1 |
1421
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 516 |
1412
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
1409
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 519 |
1394
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
1390
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
1388
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 3
AND id_shop = 5 LIMIT 1 |
1378
ms
|
1 |
|
|
/classes/ObjectModel.php:1646
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 640 |
1378
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5 |
1372
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/tfwholesales/tfwholesales.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
1362
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5 |
1356
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/tfabonnementfloral/tfabonnementfloral.php:54<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 640
LIMIT 1 |
1338
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 648) |
1336
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
1327
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
1324
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 515
AND pac.`id_product_attribute` = 1297
AND agl.`id_lang` = 4 |
1310
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 644
ORDER BY `position` |
1309
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 514 LIMIT 1 |
1305
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
1294
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 673
LIMIT 1 |
1292
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerSetVariables") LIMIT 1 |
1287
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/FrontController.php:547<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 520) LIMIT 1 |
1283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 524) LIMIT 1 |
1270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 118 AND `id_shop` = 5 |
1269
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 643 |
1266
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1302
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 520 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` = 1302
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 520 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1264
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 679
ORDER BY `position` |
1263
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 515
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1259
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 667 AND `id_shop` = 5 |
1249
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 675) LIMIT 1 |
1247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 513) LIMIT 1 |
1239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1237
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 667) LIMIT 1 |
1230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 678 AND `id_shop` = 5 |
1230
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1227
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
1226
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 95) LIMIT 1 |
1208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 676 AND `id_shop` = 5 |
1200
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 675) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
1189
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 682 |
1189
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 513) AND (id_product_attribute = 1295) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
1188
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 672 AND `id_shop` = 5 |
1184
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5 |
1174
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:43<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 638 |
1172
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
1139
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 661 AND id_shop=5 LIMIT 1 |
1138
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 687) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
1138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 680 AND `id_shop` = 5 |
1136
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
1135
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 514
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1120
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 642 |
1120
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 668 |
1111
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
1105
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
1097
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 676
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1071
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
1062
ms
|
11 |
|
|
/classes/shop/Shop.php:1172
/classes/Configuration.php:220<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 5 |
1058
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 674 |
1055
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 644 AND `id_shop` = 5 |
1048
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 671 AND `id_shop` = 5 |
1044
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 520 |
1038
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 655 |
1038
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 519) LIMIT 1 |
1026
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 5) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 4) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1025
ms
|
9 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
/modules/ps_facetedsearch/src/Filters/Converter.php:358<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 5) LIMIT 1 |
1025
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 523
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1020
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 101) LIMIT 1 |
1016
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 662
LIMIT 1 |
1016
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
1004
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1301
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 519 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` = 1301
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 519 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
995
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
994
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:246<br>/classes/Cart.php:219<br>/classes/controller/FrontController.php:443<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 520
LIMIT 1 |
992
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 514
LIMIT 1 |
990
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 5 |
990
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 639) LIMIT 1 |
985
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 665 |
982
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 524
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
977
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 644
LIMIT 1 |
974
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 641 |
971
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 515) LIMIT 1 |
970
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1303
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 521 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` = 1303
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 521 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
969
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 517
LIMIT 1 |
966
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 515 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` = 515 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
964
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
964
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 638
LIMIT 1 |
958
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
956
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1295
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 513 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` = 1295
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 513 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
956
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 522 AND `id_shop` = 5 |
948
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 639 |
946
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 520
ORDER BY f.position ASC |
944
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 96) LIMIT 1 |
940
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 521 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
938
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1297
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 515 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` = 1297
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 515 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
933
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 520) |
933
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 520
AND pac.`id_product_attribute` = 1302
AND agl.`id_lang` = 4 |
932
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
931
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 105 AND `id_shop` = 5 |
930
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 95 AND `id_shop` = 5 |
929
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 522
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
927
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 661
LIMIT 1 |
927
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 661 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` = 661 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
919
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 675 AND `id_shop` = 5 |
914
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 665
LIMIT 1 |
907
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 520
ORDER BY `position` |
904
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 648 AND `id_group` = 1 LIMIT 1 |
900
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 667
LIMIT 1 |
900
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
898
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
895
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
895
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 519
ORDER BY f.position ASC |
889
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
887
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 679 |
878
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 515
LIMIT 1 |
878
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 514 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
877
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_country` = 38) LIMIT 1 |
876
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/override/classes/AddressFormat.php:17<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1643<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 521 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` = 521 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
876
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
876
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 521) |
874
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 521 AND pa.`id_product` = 521 AND pa.`id_product_attribute` = 1303 LIMIT 1 |
874
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 687
LIMIT 1 |
874
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 522
LIMIT 1 |
873
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 520
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
870
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'TND') LIMIT 1 |
868
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 524
LIMIT 1 |
862
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
861
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 669
LIMIT 1 |
860
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
854
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 643
LIMIT 1 |
852
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 656
LIMIT 1 |
849
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 648 |
848
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 658
LIMIT 1 |
848
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 664 |
847
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 679
LIMIT 1 |
844
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 5 |
843
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:520<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 655
LIMIT 1 |
843
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 641
LIMIT 1 |
841
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_lang` = 1) LIMIT 1 |
840
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:27
|
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` = 514 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` = 514 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
839
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 521) AND (id_product_attribute = 1303) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
838
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 514) AND (b.`id_shop` = 5) LIMIT 1 |
837
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 520 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
836
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 663
LIMIT 1 |
834
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 664
LIMIT 1 |
832
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 675 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` = 675 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
831
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 668 AND `id_shop` = 5 |
829
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
827
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 677
LIMIT 1 |
827
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 639 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
825
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 517 AND `id_shop` = 5 |
823
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 3) LIMIT 1 |
821
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 645
LIMIT 1 |
821
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 520
AND image_shop.`cover` = 1 LIMIT 1 |
817
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 668
LIMIT 1 |
816
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 515 AND pa.`id_product` = 515 AND pa.`id_product_attribute` = 1297 LIMIT 1 |
814
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_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 = 5)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 519
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
811
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 515
ORDER BY f.position ASC |
806
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 642 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
803
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 645 |
802
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 5) LIMIT 1 |
799
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:38<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 682
LIMIT 1 |
798
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 638 AND `id_shop` = 5 |
795
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 5 LIMIT 1 |
792
ms
|
1 |
|
|
/classes/ObjectModel.php:1646
/classes/Group.php:400<br>/classes/Cart.php:246<br>/classes/Cart.php:219<br>/classes/controller/FrontController.php:443<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 100 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 = 5
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 5
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product = 680
LIMIT 1 |
786
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 679 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
785
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
779
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 662 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
777
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 654 AND `id_shop` = 5 |
775
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
774
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 517
AND pac.`id_product_attribute` = 1299
AND agl.`id_lang` = 4 |
773
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 670) AND (b.`id_shop` = 5) LIMIT 1 |
771
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 657 |
770
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 517) AND (b.`id_shop` = 5) LIMIT 1 |
770
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 642) LIMIT 1 |
767
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 105) LIMIT 1 |
766
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
765
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 654 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
761
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 638
ORDER BY f.position ASC |
760
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
760
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 516
AND pac.`id_product_attribute` = 1298
AND agl.`id_lang` = 4 |
758
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 25
AND id_shop = 5
GROUP BY `type`, id_value ORDER BY position ASC |
757
ms
|
7 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Converter.php:253
/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
757
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 641 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` = 641 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
750
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 5 |
749
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 673) LIMIT 1 |
739
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
739
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 674 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
739
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 670 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
737
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
737
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 672 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
733
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
732
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 521 AND `id_shop` = 5 |
724
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 514
AND pac.`id_product_attribute` = 1296
AND agl.`id_lang` = 4 |
719
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 671 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
716
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
708
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 667 |
707
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 519
AND pac.`id_product_attribute` = 1301
AND agl.`id_lang` = 4 |
706
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
702
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
699
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
697
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 679 AND `id_shop` = 5 |
696
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 669 AND `id_shop` = 5 |
695
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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) |
694
ms
|
35 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 640 AND `id_shop` = 5 |
693
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 523 AND `id_shop` = 5 |
692
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 675
ORDER BY f.position ASC |
691
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'DZD') LIMIT 1 |
690
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
689
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 677 |
688
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 656 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` = 656 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
687
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 520 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` = 520 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
686
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 672) LIMIT 1 |
686
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 675 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
686
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 671 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` = 671 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
685
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 514) |
681
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 665) LIMIT 1 |
680
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 661) LIMIT 1 |
679
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
677
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 670 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` = 670 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
675
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
673
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 513 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` = 513 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
672
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 666) LIMIT 1 |
668
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 521
AND image_shop.`cover` = 1 LIMIT 1 |
665
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 521
ORDER BY f.position ASC |
664
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
663
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
661
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 641
ORDER BY f.position ASC |
661
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 662 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` = 662 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
660
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 666) AND (b.`id_shop` = 5) LIMIT 1 |
659
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 515) AND (b.`id_shop` = 5) LIMIT 1 |
653
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 'algeriefleurs.com' OR su.domain_ssl = 'algeriefleurs.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
652
ms
|
13 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 6) LIMIT 1 |
652
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 675) AND (b.`id_shop` = 5) LIMIT 1 |
650
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
647
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 644) AND (b.`id_shop` = 5) LIMIT 1 |
646
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 672 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` = 672 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
643
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 38
AND tr.`id_tax_rules_group` = 3
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
640
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3886<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 515 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
639
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 661 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
638
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 645
ORDER BY `position` |
637
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 655 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` = 655 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
634
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 678 |
631
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 524 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` = 524 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
628
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
626
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 657 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` = 657 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
625
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 638 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` = 638 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
624
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 521) AND (b.`id_shop` = 5) LIMIT 1 |
624
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 680 |
622
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
621
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "moduleRoutes") LIMIT 1 |
620
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 38
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
620
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3913<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 516) LIMIT 1 |
620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 513 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
619
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 673 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
618
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
616
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-09-12 00:00:00' AND '2025-09-12 23:59:59' LIMIT 1 |
615
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
610
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1299 LIMIT 1 |
609
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
606
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 676) AND (b.`id_shop` = 5) LIMIT 1 |
605
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 674) AND (b.`id_shop` = 5) LIMIT 1 |
603
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 656 |
603
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
603
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 648) AND (b.`id_shop` = 5) LIMIT 1 |
602
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 516 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` = 516 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
601
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 524 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
601
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
600
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
597
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
595
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 659
ORDER BY f.position ASC |
595
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
594
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 648 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
594
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
593
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 513
ORDER BY `position` |
592
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 5 |
592
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
591
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
589
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 672
ORDER BY f.position ASC |
589
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 670
ORDER BY f.position ASC |
588
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 664 AND `id_shop` = 5 |
587
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 645 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` = 645 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
584
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 516 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
583
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 679) AND (b.`id_shop` = 5) LIMIT 1 |
582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 517 AND pa.`id_product` = 517 AND pa.`id_product_attribute` = 1299 LIMIT 1 |
581
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 655
ORDER BY f.position ASC |
581
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 662
ORDER BY f.position ASC |
581
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 672) AND (b.`id_shop` = 5) LIMIT 1 |
580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 513
ORDER BY f.position ASC |
580
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
579
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-tfwholesales-wholesalesexpress"
OR m.page = "moduletfwholesaleswholesalesexpress"
)
AND ml.id_lang = 4
AND ml.id_shop = 5 LIMIT 1 |
579
ms
|
2 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/classes/Meta.php:314<br>/classes/controller/FrontController.php:1661<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
578
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 671
ORDER BY f.position ASC |
578
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
577
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
575
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 648
ORDER BY f.position ASC |
574
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 519 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` = 519 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
573
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 639 AND `id_shop` = 5 |
572
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_tfgifts_media`
WHERE deletion_date < NOW() |
568
ms
|
1 |
|
|
/modules/tfgifts/tfgifts.php:443
/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 118) LIMIT 1 |
567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 519 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
567
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 662 |
565
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 517 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` = 517 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
564
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 646 |
564
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 522 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
560
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 678 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
559
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 516) |
559
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 513
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
559
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 97) LIMIT 1 |
556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
556
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 638 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
555
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
554
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1299
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 517 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` = 1299
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 517 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
554
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1296 LIMIT 1 |
553
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 521
AND pac.`id_product_attribute` = 1303
AND agl.`id_lang` = 4 |
551
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 516 AND pa.`id_product` = 516 AND pa.`id_product_attribute` = 1298 LIMIT 1 |
547
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 642
ORDER BY f.position ASC |
546
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 671) AND (b.`id_shop` = 5) LIMIT 1 |
546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayHeader") LIMIT 1 |
545
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 5
AND cl.`id_category` = 28 LIMIT 1 |
545
ms
|
0 |
|
|
/classes/Category.php:1369
/classes/Product.php:748<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 682 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
544
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 674) LIMIT 1 |
544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
543
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
542
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
542
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
540
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 521 LIMIT 1 |
540
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 524
AND pac.`id_product_attribute` = 1306
AND agl.`id_lang` = 4 |
539
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 661) |
539
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
539
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 522
ORDER BY f.position ASC |
538
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 515 |
538
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
537
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
536
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1298
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 516 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` = 1298
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 516 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
535
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 516
AND image_shop.`cover` = 1 LIMIT 1 |
535
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 517 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
533
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1296) LIMIT 1 |
533
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
533
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
532
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 646
ORDER BY f.position ASC |
530
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 641) AND (b.`id_shop` = 5) LIMIT 1 |
528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 522
AND pac.`id_product_attribute` = 1304
AND agl.`id_lang` = 4 |
528
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 5
AND cl.`id_category` = 28 LIMIT 1 |
527
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:5613<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 158 AND c.nright >= 231)
ORDER BY c.nleft |
525
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 669 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
524
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 516 LIMIT 1 |
523
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 643 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` = 643 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
523
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 513) AND (b.`id_shop` = 5) LIMIT 1 |
520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 665 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` = 665 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
520
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1296
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 514 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` = 1296
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 514 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
519
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
518
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 668 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` = 668 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
517
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 514
ORDER BY f.position ASC |
517
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 513
AND pac.`id_product_attribute` = 1295
AND agl.`id_lang` = 4 |
516
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 520 |
514
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 515 |
511
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
510
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1297) AND il.`id_lang` = 4 ORDER by i.`position` |
510
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
508
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
508
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 665 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
507
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 514
AND image_shop.`cover` = 1 LIMIT 1 |
507
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 646 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
506
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 639 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` = 639 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
506
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 680 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
505
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1297) LIMIT 1 |
504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 666 |
502
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 520) AND (b.`id_shop` = 5) LIMIT 1 |
502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
501
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
501
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
500
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 5
AND cl.`id_category` = 118 LIMIT 1 |
499
ms
|
0 |
|
|
/classes/Category.php:1369
/classes/Product.php:748<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
497
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 523) AND (id_product_attribute = 1305) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
496
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
496
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
495
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE l.`active` = 1 LIMIT 1 |
495
ms
|
7 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:541<br>/classes/Dispatcher.php:238<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
494
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 661
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
494
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
494
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
493
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
492
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 9) LIMIT 1 |
491
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_wholesale_threshold` tfc
WHERE (tfc.id_group = 1 AND tfc.id_currency = 3) |
490
ms
|
74 |
|
|
/modules/tfwholesales/classes/TFWholeSaleThreshold.php:26
/modules/tfwholesales/controllers/front/wholesalesexpress.php:528<br>/classes/controller/FrontController.php:559<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 682 AND `id_shop` = 5 |
488
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
487
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 648 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` = 648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
485
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 645
ORDER BY f.position ASC |
484
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 663 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` = 663 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
484
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
483
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 5 |
482
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 666 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` = 666 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
482
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 666 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
481
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
479
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 523 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` = 523 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
478
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
478
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 516
ORDER BY f.position ASC |
478
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 515) AND (id_product_attribute = 1297) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
477
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 659 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
476
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
474
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 5 |
473
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:100<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:152<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 665
ORDER BY `position` |
473
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 681 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
472
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 664 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
472
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_product` = 654) LIMIT 1 |
469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 664 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` = 664 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
468
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
468
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 645 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
468
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 675
ORDER BY `position` |
467
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 640 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
466
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 658 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
465
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 523 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
464
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 644
ORDER BY f.position ASC |
464
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 640 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` = 640 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
463
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 673 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` = 673 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
463
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 646 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` = 646 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
462
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 658 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` = 658 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
461
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 519) AND (b.`id_shop` = 5) LIMIT 1 |
460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 669
ORDER BY f.position ASC |
460
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 517
ORDER BY f.position ASC |
458
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 643) AND (b.`id_shop` = 5) LIMIT 1 |
457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1302) LIMIT 1 |
457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 519 AND `id_shop` = 5 |
456
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
455
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 661 AND `id_shop` = 5 |
455
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1297 LIMIT 1 |
454
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
453
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 668 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
453
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 640
ORDER BY f.position ASC |
451
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
450
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 516
ORDER BY `position` |
450
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 677 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
450
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 661) AND (b.`id_shop` = 5) LIMIT 1 |
448
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 673 |
448
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
448
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
447
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 644) |
447
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
447
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 515
ORDER BY `position` |
447
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 667 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
446
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
446
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 677 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` = 677 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
445
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 657
ORDER BY f.position ASC |
445
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 639
ORDER BY `position` |
445
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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 = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 671 |
444
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 674 AND `id_shop` = 5 |
443
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 522 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` = 522 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
441
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 38, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 5, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 38) AND
`id_group` IN (0, 1) AND `id_product` = 687 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
441
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
440
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentCart") LIMIT 1 |
440
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Cart/CartPresenter.php:492<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1298 LIMIT 1 |
440
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
440
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 662) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
440
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
440
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
438
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 642 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` = 642 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
436
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 654 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` = 654 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
436
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 661
ORDER BY `position` |
435
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 676 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` = 676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
434
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1299) LIMIT 1 |
434
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 663) |
433
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 517
ORDER BY `position` |
433
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
431
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 521 AND `id_group` = 1 LIMIT 1 |
431
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 521) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
430
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 519 |
428
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
428
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 514) AND (id_product_attribute = 1296) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
427
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1302) AND il.`id_lang` = 4 ORDER by i.`position` |
427
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 1) LIMIT 1 |
426
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 679 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` = 679 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
425
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
425
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 687 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` = 687 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
422
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 523
ORDER BY f.position ASC |
422
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 681 AND `id_shop` = 5 |
420
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 671
ORDER BY `position` |
420
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1298) LIMIT 1 |
419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 521 AND id_shop=5 LIMIT 1 |
419
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 673
ORDER BY `position` |
418
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1305
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 523 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` = 1305
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 523 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
418
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 676) |
417
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 681 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` = 681 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
417
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 524
ORDER BY f.position ASC |
417
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 519) AND (id_product_attribute = 1301) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
415
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 678 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` = 678 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
415
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 519) |
414
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 643) |
414
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 669
ORDER BY `position` |
412
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 667
ORDER BY `position` |
411
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 667
ORDER BY f.position ASC |
411
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 665) AND (b.`id_shop` = 5) LIMIT 1 |
411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
410
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
410
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
410
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 522 AND pa.`id_product` = 522 AND pa.`id_product_attribute` = 1304 LIMIT 1 |
409
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 672
ORDER BY `position` |
408
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 5 |
408
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
408
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_currency` = 2) LIMIT 1 |
407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
407
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
407
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 661
ORDER BY f.position ASC |
407
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 519
ORDER BY `position` |
406
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 678
ORDER BY f.position ASC |
406
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 515) AND (id_product_attribute = 1297) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
405
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
404
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 670) |
402
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 522) AND (id_product_attribute = 1304) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
402
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 668) AND (b.`id_shop` = 5) LIMIT 1 |
402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 638) AND (b.`id_shop` = 5) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
401
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 680 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` = 680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
400
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
400
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 669 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` = 669 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
400
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 682 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` = 682 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
400
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
398
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 674
ORDER BY `position` |
397
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1296) AND il.`id_lang` = 4 ORDER by i.`position` |
395
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 520 |
395
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 523) AND (b.`id_shop` = 5) LIMIT 1 |
395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
394
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 515
AND image_shop.`cover` = 1 LIMIT 1 |
394
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 674) |
394
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
393
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 639) AND (b.`id_shop` = 5) LIMIT 1 |
392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1302 LIMIT 1 |
391
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1306
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 524 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` = 1306
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 524 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
391
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 522
ORDER BY `position` |
390
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
389
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 677
ORDER BY f.position ASC |
388
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
387
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 659) AND (b.`id_shop` = 5) LIMIT 1 |
387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 678) AND (b.`id_shop` = 5) LIMIT 1 |
386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 521
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
386
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 642
ORDER BY `position` |
386
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 515) |
385
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 668
ORDER BY f.position ASC |
385
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 5 LIMIT 1 |
385
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1682<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 672) |
385
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 521
ORDER BY `position` |
384
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 643
ORDER BY f.position ASC |
384
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_currency` = 3) LIMIT 1 |
383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 515) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
383
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
382
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 513 AND pa.`id_product` = 513 AND pa.`id_product_attribute` = 1295 LIMIT 1 |
382
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
382
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 515 AND id_shop=5 LIMIT 1 |
381
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
381
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1304
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 522 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` = 1304
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 522 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
380
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 524
ORDER BY `position` |
379
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'es' LIMIT 1 |
379
ms
|
7 |
|
|
/classes/Language.php:824
/classes/Tools.php:644<br>/classes/Dispatcher.php:242<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
379
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
378
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
377
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 671) |
377
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 663
ORDER BY f.position ASC |
377
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1295 LIMIT 1 |
376
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 654
ORDER BY f.position ASC |
375
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
375
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 666
ORDER BY f.position ASC |
375
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 673
ORDER BY f.position ASC |
375
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
374
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
374
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
374
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_tnwuandmg WHERE `active` = 1 |
374
ms
|
2 |
|
|
/modules/tnwuandmg/tnwuandmg.php:62
/modules/tnwuandmg/tnwuandmg.php:51<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
374
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 682
ORDER BY f.position ASC |
373
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 520 AND id_shop=5 LIMIT 1 |
372
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
371
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
371
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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 = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 523
AND pac.`id_product_attribute` = 1305
AND agl.`id_lang` = 4 |
371
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
371
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
371
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 646
ORDER BY `position` |
371
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
370
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 656
ORDER BY `position` |
369
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
369
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
369
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
369
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1295) LIMIT 1 |
369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1303 LIMIT 1 |
367
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
367
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 638
ORDER BY `position` |
367
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
366
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
366
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 658
ORDER BY f.position ASC |
366
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 517) |
364
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
364
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 648
ORDER BY `position` |
363
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
363
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
363
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 662) AND (b.`id_shop` = 5) LIMIT 1 |
362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 681) AND (b.`id_shop` = 5) LIMIT 1 |
362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 524) AND (b.`id_shop` = 5) LIMIT 1 |
362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 682) AND (b.`id_shop` = 5) LIMIT 1 |
362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
362
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 513 AND `id_group` = 1 LIMIT 1 |
361
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 680
ORDER BY f.position ASC |
359
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
359
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 657) AND (b.`id_shop` = 5) LIMIT 1 |
359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 659 |
359
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_lang` = 4) LIMIT 1 |
358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Tools.php:658<br>/classes/Dispatcher.php:242<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
358
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
358
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5)
WHERE pf.id_product = 681
ORDER BY f.position ASC |
358
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1301) AND il.`id_lang` = 4 ORDER by i.`position` |
357
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 514 AND id_shop=5 LIMIT 1 |
357
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
357
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 656) AND (b.`id_shop` = 5) LIMIT 1 |
356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 643
AND image_shop.`cover` = 1 LIMIT 1 |
355
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 645) AND (b.`id_shop` = 5) LIMIT 1 |
355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
355
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
355
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
355
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 3 |
354
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
354
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
352
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-09-12 00:00:00' AND '2025-09-12 23:59:59' LIMIT 1 |
352
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 515 AND `id_group` = 1 LIMIT 1 |
352
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
352
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 519
AND image_shop.`cover` = 1 LIMIT 1 |
351
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 514) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
351
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 5
WHERE (a.`id_country` = 38) LIMIT 1 |
351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/controller/FrontController.php:374<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
351
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
350
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 522) AND (b.`id_shop` = 5) LIMIT 1 |
350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 673 AND `id_shop` = 5 |
350
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
350
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 640) AND (b.`id_shop` = 5) LIMIT 1 |
350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
349
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
349
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
349
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 642) AND (b.`id_shop` = 5) LIMIT 1 |
349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
349
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
348
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 669) AND (b.`id_shop` = 5) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 677) AND (b.`id_shop` = 5) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
345
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 664) AND (b.`id_shop` = 5) LIMIT 1 |
345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 646) AND (b.`id_shop` = 5) LIMIT 1 |
345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
345
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
345
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 679) |
344
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 641
ORDER BY `position` |
343
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 687) AND (b.`id_shop` = 5) LIMIT 1 |
343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
343
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
343
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
342
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 667) AND (b.`id_shop` = 5) LIMIT 1 |
342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 513
AND image_shop.`cover` = 1 LIMIT 1 |
342
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
341
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
341
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 658) AND (b.`id_shop` = 5) LIMIT 1 |
341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 654) |
340
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 513) AND (id_product_attribute = 1295) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
340
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
339
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 671
AND image_shop.`cover` = 1 LIMIT 1 |
339
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1299) AND il.`id_lang` = 4 ORDER by i.`position` |
339
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 662
ORDER BY `position` |
338
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 655) |
338
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
337
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 680) AND (b.`id_shop` = 5) LIMIT 1 |
337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 513 AND id_shop=5 LIMIT 1 |
337
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
337
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
337
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1305) LIMIT 1 |
336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 514 AND pa.`id_product` = 514 AND pa.`id_product_attribute` = 1296 LIMIT 1 |
335
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 520) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
335
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 646) |
335
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 522) |
334
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
334
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
333
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 655
ORDER BY `position` |
332
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 675
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
332
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
331
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 679
AND image_shop.`cover` = 1 LIMIT 1 |
331
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 670
AND image_shop.`cover` = 1 LIMIT 1 |
330
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 5
AND cl.`id_category` = 25 LIMIT 1 |
330
ms
|
0 |
|
|
/classes/Category.php:1369
/classes/Product.php:748<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 519 LIMIT 1 |
329
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
329
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
329
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 673
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
328
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
328
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 118) LIMIT 1 |
328
ms
|
1 |
|
|
/classes/Category.php:1955
/classes/Product.php:7739<br>/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 523) |
327
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
326
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 679 |
325
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
325
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
324
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295) AND il.`id_lang` = 4 ORDER by i.`position` |
323
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
322
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 672
AND image_shop.`cover` = 1 LIMIT 1 |
322
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1298) AND il.`id_lang` = 4 ORDER by i.`position` |
322
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
321
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 28) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:520<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
320
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1301) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
319
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
319
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 673) |
318
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
317
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 675
AND image_shop.`cover` = 1 LIMIT 1 |
316
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 666
ORDER BY `position` |
316
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
316
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
316
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
316
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
316
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
315
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 676
AND image_shop.`cover` = 1 LIMIT 1 |
314
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
314
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 519 |
314
ms
|
3 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
313
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
313
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 640
ORDER BY `position` |
313
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 2) LIMIT 1 |
311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 514 AND `id_group` = 1 LIMIT 1 |
311
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 663
ORDER BY `position` |
310
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1304) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
310
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
309
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 666 AND `id_shop` = 5 |
309
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
309
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
309
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
308
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 523
ORDER BY `position` |
308
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
307
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 520) AND (id_product_attribute = 1302) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
307
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
307
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
307
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
307
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
307
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 668
ORDER BY `position` |
307
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
306
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
305
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
304
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 4) LIMIT 1 |
304
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
304
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
304
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 158 AND c.nright >= 231)
ORDER BY c.nleft |
303
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
302
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
301
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 638) |
301
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
301
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 520
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
301
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 5
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
300
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 664
ORDER BY `position` |
299
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 517) AND (id_product_attribute = 1299) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
298
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 673
AND image_shop.`cover` = 1 LIMIT 1 |
298
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 674
AND image_shop.`cover` = 1 LIMIT 1 |
298
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
297
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 516) AND (id_product_attribute = 1298) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
296
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1301 LIMIT 1 |
295
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
294
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
293
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
293
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
293
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 513) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
292
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
292
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 648 AND `id_shop` = 5 |
289
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
289
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
288
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
288
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
287
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 7) LIMIT 1 |
287
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 658
ORDER BY `position` |
287
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1306) AND il.`id_lang` = 4 ORDER by i.`position` |
286
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 517) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
286
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 659) |
285
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 677
ORDER BY `position` |
285
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 514 |
285
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 663
AND image_shop.`cover` = 1 LIMIT 1 |
285
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
284
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 520 LIMIT 1 |
284
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 639) |
283
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 654
ORDER BY `position` |
283
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 677 |
282
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 516 AND `id_group` = 1 LIMIT 1 |
282
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 517) AND (id_product_attribute = 1299) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
281
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 661
AND image_shop.`cover` = 1 LIMIT 1 |
281
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 681
ORDER BY `position` |
280
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
279
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 657) |
278
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
278
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 670 LIMIT 1 |
278
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1303) LIMIT 1 |
277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 641) |
276
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 662) |
275
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 687
ORDER BY `position` |
274
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 643 LIMIT 1 |
273
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 675) |
273
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
272
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 676
ORDER BY `position` |
272
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 524) |
272
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 648
AND image_shop.`cover` = 1 LIMIT 1 |
271
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1304) AND il.`id_lang` = 4 ORDER by i.`position` |
271
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 517 |
271
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 516) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
271
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
270
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
270
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
269
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
268
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
268
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
268
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1303) AND il.`id_lang` = 4 ORDER by i.`position` |
267
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 524 AND pa.`id_product` = 524 AND pa.`id_product_attribute` = 1306 LIMIT 1 |
266
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
266
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 678
ORDER BY `position` |
265
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
265
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 658) |
264
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 645) |
264
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 666) |
264
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 666
AND image_shop.`cover` = 1 LIMIT 1 |
264
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 671 LIMIT 1 |
264
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 656) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
264
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 678) |
264
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 639
AND image_shop.`cover` = 1 LIMIT 1 |
263
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 5
WHERE (a.`id_category` = 25) LIMIT 1 |
263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:100<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:152<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 680
ORDER BY `position` |
262
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 654
AND image_shop.`cover` = 1 LIMIT 1 |
262
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 665) |
262
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
261
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
261
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 643
ORDER BY `position` |
261
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 513 LIMIT 1 |
261
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
260
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 524 AND `id_shop` = 5 |
260
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 515 LIMIT 1 |
260
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
260
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 640) |
259
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
258
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 513 |
258
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
257
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 516
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
257
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 664) |
256
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 517 LIMIT 1 |
256
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
256
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 672 LIMIT 1 |
256
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 669) |
256
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
256
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
254
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
254
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 682) |
253
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1305) AND il.`id_lang` = 4 ORDER by i.`position` |
253
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
253
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1304 LIMIT 1 |
252
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
251
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
249
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
249
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
249
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
248
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
248
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
247
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
247
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 675 |
247
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
246
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 516 AND id_shop=5 LIMIT 1 |
246
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 677 AND `id_shop` = 5 |
245
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 677) |
244
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 680) |
243
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
243
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
242
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 687) |
242
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 519) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
242
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
241
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 681) |
240
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 513 |
239
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) 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 = 5) WHERE p.`id_product` = 523 AND pa.`id_product` = 523 AND pa.`id_product_attribute` = 1305 LIMIT 1 |
239
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 674 |
238
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 516 |
238
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 644
AND image_shop.`cover` = 1 LIMIT 1 |
237
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 517 AND id_shop=5 LIMIT 1 |
236
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 674 LIMIT 1 |
236
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 671) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
236
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
235
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 661 LIMIT 1 |
234
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 672
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
231
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
231
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
231
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 519
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
229
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 659
AND image_shop.`cover` = 1 LIMIT 1 |
229
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 517
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
228
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
226
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 670) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
226
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
226
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 516 |
226
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 674) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
226
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 673) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 642 LIMIT 1 |
226
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 638 LIMIT 1 |
225
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
225
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 678
AND image_shop.`cover` = 1 LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 519 AND id_shop=5 LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 517 |
225
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 524
AND image_shop.`cover` = 1 LIMIT 1 |
224
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 648 LIMIT 1 |
224
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
224
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
223
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 28) LIMIT 1 |
223
ms
|
1 |
|
|
/classes/Category.php:1955
/classes/Product.php:7739<br>/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
223
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 662
AND image_shop.`cover` = 1 LIMIT 1 |
222
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 672) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 520 AND `id_group` = 1 LIMIT 1 |
221
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
221
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 5 LIMIT 1 |
220
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:262<br>/index.php:27
|
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 = 5)
WHERE i.`id_product` = 680
AND image_shop.`cover` = 1 LIMIT 1 |
219
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
219
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (5) |
218
ms
|
83 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:881<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
218
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 674 AND id_shop=5 LIMIT 1 |
218
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 675 |
217
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
217
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 519) AND (id_product_attribute = 1301) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 655
AND image_shop.`cover` = 1 LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
215
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
215
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
214
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 515
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
214
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 524) AND (id_product_attribute = 1306) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'QAR') LIMIT 1 |
214
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
214
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 655 LIMIT 1 |
213
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 682
AND image_shop.`cover` = 1 LIMIT 1 |
213
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 517 AND `id_group` = 1 LIMIT 1 |
212
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 657
AND image_shop.`cover` = 1 LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 679 LIMIT 1 |
212
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 661) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 668 LIMIT 1 |
211
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 663 LIMIT 1 |
211
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
211
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 5 LIMIT 1 |
211
ms
|
1 |
|
|
/classes/ObjectModel.php:1646
/classes/Tools.php:659<br>/classes/Dispatcher.php:242<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
210
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 654 LIMIT 1 |
209
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 641
AND image_shop.`cover` = 1 LIMIT 1 |
209
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 642
AND image_shop.`cover` = 1 LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 670 |
207
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 669
AND image_shop.`cover` = 1 LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 665 |
206
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop FROM ps_shop |
206
ms
|
11 |
|
|
/classes/shop/Shop.php:747
/classes/Hook.php:613<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
206
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 671 |
205
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 665
AND image_shop.`cover` = 1 LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 640
AND image_shop.`cover` = 1 LIMIT 1 |
205
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 519 AND `id_group` = 1 LIMIT 1 |
205
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 646
AND image_shop.`cover` = 1 LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 639 LIMIT 1 |
204
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 664
AND image_shop.`cover` = 1 LIMIT 1 |
204
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 645
AND image_shop.`cover` = 1 LIMIT 1 |
204
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
204
ms
|
1 |
|
|
/classes/ObjectModel.php:1509
/classes/ObjectModel.php:1541<br>/classes/ObjectModel.php:1472<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
204
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MAD') LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 664 LIMIT 1 |
203
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 673 |
203
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 523
AND image_shop.`cover` = 1 LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 672 |
202
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 641) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 669 |
202
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 524) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
201
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 638
AND image_shop.`cover` = 1 LIMIT 1 |
200
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
200
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
200
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
200
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 523) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 672 |
199
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 640 |
199
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 681
AND image_shop.`cover` = 1 LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
198
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 667
AND image_shop.`cover` = 1 LIMIT 1 |
198
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
198
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 656
AND image_shop.`cover` = 1 LIMIT 1 |
198
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
197
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 687
AND image_shop.`cover` = 1 LIMIT 1 |
196
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 662 LIMIT 1 |
196
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 25) LIMIT 1 |
196
ms
|
1 |
|
|
/classes/Category.php:1955
/classes/Product.php:7739<br>/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 671 |
195
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 669 |
194
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
194
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 658
AND image_shop.`cover` = 1 LIMIT 1 |
194
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
193
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
193
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 668
AND image_shop.`cover` = 1 LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 657
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
193
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 672 AND id_shop=5 LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
193
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 638) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
192
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 677
AND image_shop.`cover` = 1 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
191
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'XAF') LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 639) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 670
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
190
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 = 5)
WHERE i.`id_product` = 522
AND image_shop.`cover` = 1 LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 645) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
190
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
189
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
189
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 671
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
188
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
188
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
188
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 641 LIMIT 1 |
187
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 1306) LIMIT 1 |
187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 657 LIMIT 1 |
187
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 648) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
187
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 674
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
187
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EGP') LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 659 AND id_shop=5 LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
185
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
185
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 662
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
185
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 658) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 642 |
185
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 640 LIMIT 1 |
184
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 644) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
183
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
183
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
182
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
181
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 523 LIMIT 1 |
181
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 646 |
181
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 644
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
181
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 670 AND id_shop=5 LIMIT 1 |
181
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
180
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 671 AND id_shop=5 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 642 |
179
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 687 LIMIT 1 |
179
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
178
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
178
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 645 LIMIT 1 |
178
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 648
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
178
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1306 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 638
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
178
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
177
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
177
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 646 LIMIT 1 |
177
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
177
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
177
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 658 |
177
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 664) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 654
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
177
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
177
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
177
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 682 LIMIT 1 |
176
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 644 AND `id_group` = 1 LIMIT 1 |
176
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
175
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "filterProductSearch") LIMIT 1 |
175
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
175
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
173
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 659
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
173
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
172
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 5 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/ObjectModel.php:1646
/config/config.inc.php:224<br>/index.php:27
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
172
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
172
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 522) AND (id_product_attribute = 1304) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
172
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
172
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
171
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
171
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 645 |
171
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 665 LIMIT 1 |
171
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 655 |
170
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 523) AND (id_product_attribute = 1305) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
170
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 521) AND (id_product_attribute = 1303) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 678 LIMIT 1 |
169
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
168
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 642
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
168
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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 = 5)
WHERE pa.`id_product_attribute` = 1305 LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 666) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 669 LIMIT 1 |
167
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 659 LIMIT 1 |
167
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
167
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
166
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 522 |
166
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
166
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 665 |
166
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 521 |
166
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 639 |
165
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 641 AND id_shop=5 LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 639
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
165
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 679) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
164
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 524 |
164
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 677 LIMIT 1 |
163
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 638 |
163
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
163
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
163
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 656 AND id_shop=5 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 681 LIMIT 1 |
162
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 657) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 680 LIMIT 1 |
161
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 648 |
161
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
161
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
160
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
160
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
160
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 658 AND id_shop=5 LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 667 LIMIT 1 |
159
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
159
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
159
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
158
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
158
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
158
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 674 AND `id_group` = 1 LIMIT 1 |
158
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
158
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 662 AND id_shop=5 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 657 |
156
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 641 |
156
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
156
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
156
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
154
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 522 LIMIT 1 |
154
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 665
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
154
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
154
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
154
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 522 |
154
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 673 AND id_shop=5 LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
153
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 664 |
153
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
153
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 676) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
153
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 648 |
153
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
152
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
152
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
152
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 672 AND `id_group` = 1 LIMIT 1 |
152
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
152
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 665) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 521 |
151
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 659) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 645 |
151
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 669
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
150
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
150
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 654) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 655) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
150
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 646 |
149
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 640) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 663) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 668) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
148
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 682) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 655
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
148
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 677
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
147
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 639 |
147
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 679
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
147
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 643) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 670 AND `id_group` = 1 LIMIT 1 |
147
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 654 AND id_shop=5 LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 646) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 656 |
146
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 644 |
146
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 667) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
146
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 671 AND `id_group` = 1 LIMIT 1 |
146
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 677 |
145
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 522) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 524 LIMIT 1 |
145
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 523 |
145
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
145
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 659 |
144
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 662 |
144
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 669) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 523 AND id_shop=5 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 524 |
143
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 661 |
143
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
142
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 642) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
142
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 514 |
142
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 682 |
142
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 648 AND id_shop=5 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 680 |
142
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
142
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 643 AND id_shop=5 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 678) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 641
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
141
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
141
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
141
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 668 |
140
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
140
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
140
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 675 AND `id_group` = 1 LIMIT 1 |
140
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 643
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
140
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 523 AND `id_group` = 1 LIMIT 1 |
139
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 679 AND id_shop=5 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
139
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
139
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
139
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
138
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
138
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 665 AND id_shop=5 LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
138
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
137
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
137
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
137
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 681) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
136
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:271<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 666
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
136
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
136
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 680) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 667 |
136
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
135
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
135
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
134
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 661 |
134
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 663 |
134
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
133
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
133
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
133
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
133
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 675 AND id_shop=5 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 654 |
132
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 656 |
132
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 681 |
132
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
132
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
131
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 656
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
131
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 663
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
131
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 668 AND id_shop=5 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
131
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 687
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
131
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionProductSearchAfter") LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:342<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 668
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
131
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
131
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
131
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 644 |
131
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 641 |
130
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 643 |
130
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 522
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
130
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 657 |
130
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 666 |
130
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 664
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
130
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
129
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (5) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 682 |
129
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 662 |
129
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 679 |
129
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
129
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 676 |
129
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 523 |
128
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
128
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 667
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
128
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 687 |
128
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 664 |
128
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
127
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 655 |
127
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
127
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
127
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
127
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
127
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 668 |
127
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
127
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
127
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 640 |
126
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
126
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
126
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 642 AND id_shop=5 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 666 |
126
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 678 |
126
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 658
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
126
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 663 |
125
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
125
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
125
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
125
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
125
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
125
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 655 AND id_shop=5 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 645 AND `id_group` = 1 LIMIT 1 |
125
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 658 |
124
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 663 AND id_shop=5 LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
124
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 640
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
124
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 658 AND `id_group` = 1 LIMIT 1 |
123
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 645
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
123
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 682
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
123
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 678
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
123
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 522 AND id_shop=5 LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 680
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
123
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 646
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
122
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 682 AND `id_group` = 1 LIMIT 1 |
122
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 643 |
122
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
122
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 654 |
122
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 638 AND id_shop=5 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 676 AND id_shop=5 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 681
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
122
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 667 |
121
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
121
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
121
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 5
AND cl.`id_category` = 118 LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:5613<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 676 |
121
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 523
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
120
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 5
AND cl.`id_category` = 25 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:5613<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 687 |
120
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 664 AND id_shop=5 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 524 AND id_shop=5 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 640 AND id_shop=5 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 680 |
119
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 28 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 646 AND id_shop=5 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 678 |
118
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 638 AND `id_group` = 1 LIMIT 1 |
118
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 641 AND `id_group` = 1 LIMIT 1 |
118
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 667 AND `id_group` = 1 LIMIT 1 |
118
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
118
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 657 AND id_shop=5 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 666 AND id_shop=5 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 677 AND id_shop=5 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 639 AND id_shop=5 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
117
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
117
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 669 AND id_shop=5 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
116
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
116
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 524) AND (id_product_attribute = 1306) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1 |
116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 661 AND `id_group` = 1 LIMIT 1 |
116
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
115
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 682 AND id_shop=5 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 679 AND `id_group` = 1 LIMIT 1 |
114
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 678 AND id_shop=5 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
113
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1286<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:69<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 681 AND id_shop=5 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 687 AND id_shop=5 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 680 AND id_shop=5 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
112
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
111
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
111
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
111
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
111
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
110
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 524
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
110
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
110
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
110
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
110
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
109
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
109
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
109
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
108
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
108
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
108
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
107
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
107
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
107
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
107
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
106
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
106
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
106
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 656 AND `id_group` = 1 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 666 AND `id_group` = 1 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 659 AND `id_group` = 1 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
105
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 662 AND `id_group` = 1 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
103
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
103
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 673 AND `id_group` = 1 LIMIT 1 |
101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 118 LIMIT 1 |
100
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 665 AND `id_group` = 1 LIMIT 1 |
100
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 640 AND `id_group` = 1 LIMIT 1 |
99
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 643 AND `id_group` = 1 LIMIT 1 |
99
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 5 AND id_lang = 4 AND id_category = 25 LIMIT 1 |
99
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 654 AND `id_group` = 1 LIMIT 1 |
98
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 668 AND `id_group` = 1 LIMIT 1 |
97
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 522 AND `id_group` = 1 LIMIT 1 |
97
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 657 AND `id_group` = 1 LIMIT 1 |
96
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 677 AND `id_group` = 1 LIMIT 1 |
96
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 639 AND `id_group` = 1 LIMIT 1 |
95
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 642 AND `id_group` = 1 LIMIT 1 |
95
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 669 AND `id_group` = 1 LIMIT 1 |
95
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 676 AND `id_group` = 1 LIMIT 1 |
95
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 524 AND `id_group` = 1 LIMIT 1 |
95
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 663 AND `id_group` = 1 LIMIT 1 |
94
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 655 AND `id_group` = 1 LIMIT 1 |
94
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 678 AND `id_group` = 1 LIMIT 1 |
93
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 680 AND `id_group` = 1 LIMIT 1 |
93
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 646 AND `id_group` = 1 LIMIT 1 |
93
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 687 AND `id_group` = 1 LIMIT 1 |
92
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 681 AND `id_group` = 1 LIMIT 1 |
89
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|