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 = 6 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 = 6 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p |
62717
ms
|
336400 |
|
|
/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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 523
AND pac.`id_product_attribute` = 1305
AND agl.`id_lang` = 2 |
34499
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 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 = 6 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` = 6) AND (mg.id_shop = 6 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
26564
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.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 = 6 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 = 6 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add ASC, p.id_product DESC LIMIT 100, 50 |
25668
ms
|
336400 |
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
18533
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 = 6)
WHERE i.`id_product` = 627
AND image_shop.`cover` = 1 LIMIT 1 |
17611
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 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`) |
17506
ms
|
10743 |
|
|
/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 *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 28) LIMIT 1 |
16083
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 1 FROM `ps_specific_price` WHERE id_product = 642 LIMIT 1 |
16077
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_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 65) LIMIT 1 |
15684
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 *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 61) LIMIT 1 |
15672
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_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 6 |
12945
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 97) LIMIT 1 |
11446
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 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` = 6 |
10831
ms
|
142 |
|
|
/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 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 = 6)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
8212
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 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` = 6 |
8167
ms
|
142 |
|
|
/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 COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
7895
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 626
LIMIT 1 |
6964
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 COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
6780
ms
|
2650384 |
|
|
/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 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 = 6)
WHERE pa.`id_product_attribute` = 1306 LIMIT 1 |
6633
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 509) |
6046
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
5934
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 509
LIMIT 1 |
5671
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 = "actionPresentProduct") LIMIT 1 |
5000
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
4766
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 639
LIMIT 1 |
4643
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 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` = 6 |
4281
ms
|
142 |
|
|
/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 DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
4218
ms
|
1628 |
|
|
/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` = 656 AND `id_shop` = 6 |
4087
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 653
LIMIT 1 |
3943
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` = 653 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` = 653 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3758
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 659 |
3678
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 (6) LIMIT 1 |
3633
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 `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 |
3582
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, 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 621
ORDER BY f.position ASC |
3566
ms
|
36 |
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_lang`
WHERE `id_category` = 101 AND `id_shop` = 6 |
3534
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
3517
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 59) LIMIT 1 |
3447
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 621) AND (b.`id_shop` = 6) LIMIT 1 |
3434
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
3422
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 |
3410
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 |
3398
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 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` = 625 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` = 625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3369
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` = 509 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` = 509 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3345
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
3334
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 626
ORDER BY f.position ASC |
3320
ms
|
36 |
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.`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 = 6)
WHERE i.`id_product` = 653
AND image_shop.`cover` = 1 LIMIT 1 |
3314
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 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 |
3284
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 id_shop FROM ps_shop |
3280
ms
|
12 |
|
|
/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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 653) |
3132
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 625) |
3109
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 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 = 6)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
3102
ms
|
195 |
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
3091
ms
|
1 |
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`, `alias` FROM `ps_hook_alias` |
3083
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
3028
ms
|
1 |
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 654
LIMIT 1 |
2971
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 location
FROM `ps_stock_available`
WHERE (id_product = 523) AND (id_product_attribute = 1305) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2949
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 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` = 1292
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 509 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` = 1292
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 509 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2926
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` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 626) AND (b.`id_shop` = 6) LIMIT 1 |
2896
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, alias FROM `ps_hook_alias` |
2889
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 1 FROM `ps_specific_price` WHERE id_product = 625 LIMIT 1 |
2797
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 |
2795
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 |
2778
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 |
2778
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 653 |
2759
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` = 621 AND `id_group` = 1 LIMIT 1 |
2748
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 |
2612
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_state` ORDER BY `name` ASC |
2468
ms
|
717 |
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 625 |
2441
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 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 = 6 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
2377
ms
|
222 |
Yes
|
|
/classes/Dispatcher.php:643
/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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 642
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
2226
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 630) |
2213
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 101) LIMIT 1 |
2193
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 644
LIMIT 1 |
2192
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 |
2172
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 = 630) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2169
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` = 626 |
2092
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 = 626) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2092
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 294
LIMIT 1 |
2065
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 630 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2055
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` = 631 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` = 631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2003
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1959
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
1950
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 = 630 LIMIT 1 |
1943
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, 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 630
ORDER BY f.position ASC |
1917
ms
|
36 |
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` = 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 |
1895
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 631
LIMIT 1 |
1885
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
1882
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 = "actionPresentProduct") LIMIT 1 |
1827
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 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` = 630 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` = 630 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1788
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
1731
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 648) LIMIT 1 |
1696
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 627
LIMIT 1 |
1674
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 631) AND (b.`id_shop` = 6) LIMIT 1 |
1664
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 640
LIMIT 1 |
1644
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 630) AND (b.`id_shop` = 6) LIMIT 1 |
1629
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1627
ms
|
1 |
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 643
LIMIT 1 |
1614
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 |
1613
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 294 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1601
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 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 = 6) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) 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` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1595
ms
|
10 |
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 626 AND id_shop=6 LIMIT 1 |
1580
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
1542
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_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 626) |
1527
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 = "actionProductSearchProviderRunQueryAfter") LIMIT 1 |
1502
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 661 |
1495
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 656
LIMIT 1 |
1487
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_category` FROM `ps_category_product`
WHERE `id_product` = 627 |
1483
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 631 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1479
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_hook`, `name` FROM `ps_hook` |
1468
ms
|
912 |
|
|
/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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 630 |
1462
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.`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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 630
ORDER BY `position` |
1422
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 510
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
|
SHOW TABLES LIKE 'ps_tnwuandmg' |
1413
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 641
LIMIT 1 |
1408
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 513
LIMIT 1 |
1407
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
1396
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 649
LIMIT 1 |
1387
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 646
LIMIT 1 |
1380
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 647
LIMIT 1 |
1379
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 651
LIMIT 1 |
1375
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 507
LIMIT 1 |
1374
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 621
LIMIT 1 |
1374
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 518
LIMIT 1 |
1364
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 519
LIMIT 1 |
1357
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 648
LIMIT 1 |
1353
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 650
LIMIT 1 |
1340
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 655
LIMIT 1 |
1332
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 657
LIMIT 1 |
1329
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 652
LIMIT 1 |
1328
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 661
LIMIT 1 |
1325
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 659
LIMIT 1 |
1305
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 645
LIMIT 1 |
1304
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 524
LIMIT 1 |
1295
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 625
LIMIT 1 |
1295
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 515
LIMIT 1 |
1290
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 295 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1285
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` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
1284
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
1281
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 516
LIMIT 1 |
1281
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 638
LIMIT 1 |
1271
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 630
LIMIT 1 |
1270
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 517
LIMIT 1 |
1268
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 514
LIMIT 1 |
1264
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 633
LIMIT 1 |
1260
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 522
LIMIT 1 |
1258
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1249
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 295
LIMIT 1 |
1246
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 657 |
1244
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1242
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 658
LIMIT 1 |
1242
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 296
LIMIT 1 |
1240
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 511
LIMIT 1 |
1236
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 626
ORDER BY `position` |
1221
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-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 508
LIMIT 1 |
1214
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 630
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1208
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 = "actionPresentProduct") LIMIT 1 |
1205
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 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` = 507 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` = 507 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1194
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 523
LIMIT 1 |
1191
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 `from` BETWEEN '2025-09-18 00:00:00' AND '2025-09-18 23:59:59' LIMIT 1 |
1182
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 520
LIMIT 1 |
1178
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 631) |
1175
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 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 = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 521
LIMIT 1 |
1159
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 = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) 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` = 2) ORDER BY f.`position` ASC |
1155
ms
|
144 |
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1154
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1146
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1135
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 644 |
1134
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` = 294 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` = 294 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1124
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 511
ORDER BY `position` |
1119
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` = 3 LIMIT 1 |
1110
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, 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 627
ORDER BY f.position ASC |
1106
ms
|
36 |
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 = "actionFrontControllerSetVariables") LIMIT 1 |
1103
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 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` = 627 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` = 627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1097
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 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 = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) 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` = 2) ORDER BY f.`position` ASC |
1087
ms
|
144 |
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
1086
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 294
AND pac.`id_product_attribute` = 886
AND agl.`id_lang` = 2 |
1079
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 625 |
1065
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 294
ORDER BY f.position ASC |
1054
ms
|
12 |
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.`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 = 6)
WHERE i.`id_product` = 631
AND image_shop.`cover` = 1 LIMIT 1 |
1053
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 639
ORDER BY f.position ASC |
1050
ms
|
36 |
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` = 296 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` = 296 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1043
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` = 6
WHERE (a.`id_product` = 652) LIMIT 1 |
1039
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` = 626 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` = 626 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1037
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
1030
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` = 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 |
1028
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` = 6
WHERE (a.`id_product` = 661) 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 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 |
1017
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` = 295 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` = 295 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1011
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 626 AND `id_group` = 1 LIMIT 1 |
1010
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 514
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
998
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 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 = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) 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` = 2) ORDER BY f.`position` ASC |
996
ms
|
144 |
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 654 |
985
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 507 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
984
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.*, 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 296
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
983
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 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 = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) 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` = 2) ORDER BY f.`position` ASC |
979
ms
|
144 |
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` = 886
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 294 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` = 886
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 294 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
970
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 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` = 6 |
969
ms
|
142 |
|
|
/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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 640
ORDER BY f.position ASC |
965
ms
|
36 |
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
964
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 631 AND id_shop=6 LIMIT 1 |
964
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 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 |
963
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 656) AND (b.`id_shop` = 6) LIMIT 1 |
960
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` = 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 |
957
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 294) |
949
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.*, 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 523
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
943
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
943
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 649 |
933
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 521 |
929
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 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 |
922
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 509 |
916
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` = 518 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` = 518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
912
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 631
ORDER BY f.position ASC |
910
ms
|
36 |
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 511 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
908
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.*, 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 516
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
907
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 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 = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) 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` = 2) ORDER BY f.`position` ASC |
907
ms
|
144 |
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 514) AND (b.`id_shop` = 6) LIMIT 1 |
900
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` = 508 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` = 508 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
898
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 524
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
897
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 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 |
891
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 295
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
890
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 517
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
889
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 519
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
888
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 296 |
884
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` = 511 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` = 511 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
881
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 507
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
880
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 509
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
877
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 655 |
874
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
872
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.*, 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 515
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
872
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 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 = 6) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) 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` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
870
ms
|
10 |
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 509 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
869
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` = 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 |
868
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 521
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
868
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 625 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
867
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 642 |
866
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` = 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 |
866
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 511
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
866
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
865
ms
|
1 |
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` = 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 |
863
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 = 509) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
862
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 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 |
859
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` = 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 |
859
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 523 |
857
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 296 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
856
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 656 |
854
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
853
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 522 |
852
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 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` = 229
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 |
852
ms
|
0 |
|
|
/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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
851
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 515 |
850
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 = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) 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` = 2) ORDER BY f.`position` ASC |
849
ms
|
144 |
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
849
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` = 652 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` = 652 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
848
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 627 |
846
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 518 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
845
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` = 621 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` = 621 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
845
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 653 |
845
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 |
844
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` = 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 |
844
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 647 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
843
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 656) |
842
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 511 |
842
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 649 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
842
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 631 |
842
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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 518
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
840
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 507 |
838
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` = 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 |
838
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` = 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 |
836
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 508 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 295 |
835
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 514 |
835
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 627) |
833
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.*, 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 513
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
832
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 627 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
832
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
831
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 510 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
831
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` = 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 |
830
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` = 6
WHERE (a.`id_product` = 649) LIMIT 1 |
828
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
826
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 524 |
824
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 = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) 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` = 2) ORDER BY f.`position` ASC |
824
ms
|
144 |
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 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 |
823
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` = 510 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` = 510 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
823
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 651 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
821
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.*, 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 508
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
821
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 626 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
821
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 518 |
820
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 648 |
820
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
818
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
818
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 295
AND pac.`id_product_attribute` = 884
AND agl.`id_lang` = 2 |
818
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
817
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 627) AND (b.`id_shop` = 6) LIMIT 1 |
817
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
816
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
815
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 650 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
813
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 520 |
812
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
809
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 652 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
809
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
808
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.*, 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 520
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
808
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 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` = 1290
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 507 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` = 1290
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 507 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
807
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 521 |
806
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 |
805
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 = 631) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
801
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 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 522
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
800
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 517 |
798
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
796
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.*, 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 294
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
795
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 519 |
794
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` = 890
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 296 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` = 890
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 296 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
794
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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 509
ORDER BY f.position ASC |
794
ms
|
12 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 625
ORDER BY f.position ASC |
793
ms
|
36 |
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
793
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.*, 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 = 6)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 510
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
791
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 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 = 6)
WHERE i.`id_product` = 294
AND image_shop.`cover` = 1 LIMIT 1 |
790
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 633 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
789
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` = 6
WHERE (a.`id_product` = 296) LIMIT 1 |
789
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
788
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` = 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 |
788
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 647 |
788
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` = 647 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` = 647 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
788
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 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 = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) 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` = 2) ORDER BY f.`position` ASC |
788
ms
|
144 |
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 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 |
787
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` = 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 |
785
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 650 |
785
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 509) AND (b.`id_shop` = 6) LIMIT 1 |
783
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` = 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 |
783
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` = 650 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` = 650 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
782
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 295
ORDER BY f.position ASC |
781
ms
|
12 |
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` = 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 |
780
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
779
ms
|
1 |
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
778
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 514
ORDER BY f.position ASC |
776
ms
|
12 |
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 652 |
773
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` = 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 |
772
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 653 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
772
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` = 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 |
771
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
771
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` = 649 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` = 649 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
771
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 515
ORDER BY f.position ASC |
770
ms
|
12 |
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
770
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` = 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 |
767
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 |
766
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` = 633 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` = 633 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
765
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
764
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` = 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 |
763
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 294 |
762
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 519
ORDER BY f.position ASC |
761
ms
|
12 |
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 208 AND c.nright >= 209)
ORDER BY c.nleft |
760
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
760
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 621 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
759
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` = 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 |
758
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 658 |
757
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 508 |
756
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 646 |
756
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
756
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 516
ORDER BY f.position ASC |
756
ms
|
12 |
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` = 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 |
756
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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 511
ORDER BY f.position ASC |
755
ms
|
12 |
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
754
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 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 |
754
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 626
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
753
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 639 |
752
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` = 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 |
752
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 296
AND pac.`id_product_attribute` = 890
AND agl.`id_lang` = 2 |
751
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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 521
ORDER BY f.position ASC |
751
ms
|
12 |
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` = 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 |
750
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` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 643) AND (b.`id_shop` = 6) LIMIT 1 |
750
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 630 |
748
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 522
ORDER BY f.position ASC |
747
ms
|
12 |
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` = 1294
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 511 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` = 1294
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 511 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
746
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
744
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
741
ms
|
1 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 510
ORDER BY f.position ASC |
740
ms
|
12 |
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 1 FROM `ps_specific_price` WHERE id_product = 626 LIMIT 1 |
739
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 516 |
739
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 621 |
738
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) 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-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 661
ORDER BY f.position ASC |
737
ms
|
36 |
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` = 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 |
736
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
735
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 513 |
735
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` = 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 |
734
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` = 1300
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 518 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` = 1300
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
734
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` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 294) AND (b.`id_shop` = 6) LIMIT 1 |
733
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 296
ORDER BY f.position ASC |
733
ms
|
12 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 517
ORDER BY f.position ASC |
731
ms
|
12 |
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 651 |
730
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 638
ORDER BY f.position ASC |
730
ms
|
36 |
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 638 |
730
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 641
ORDER BY f.position ASC |
729
ms
|
36 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 507
ORDER BY f.position ASC |
729
ms
|
12 |
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 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 |
725
ms
|
24 |
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 *
FROM `ps_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 6 |
724
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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 653
ORDER BY f.position ASC |
721
ms
|
36 |
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 641 |
720
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` = 1293
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 510 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` = 1293
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 510 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
720
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` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 641) AND (b.`id_shop` = 6) LIMIT 1 |
718
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 658
ORDER BY f.position ASC |
718
ms
|
36 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 655
ORDER BY f.position ASC |
717
ms
|
36 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 520
ORDER BY f.position ASC |
716
ms
|
12 |
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 295) AND (b.`id_shop` = 6) LIMIT 1 |
716
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 513) AND (b.`id_shop` = 6) LIMIT 1 |
714
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 645
ORDER BY f.position ASC |
713
ms
|
36 |
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` = 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 |
712
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` = 1291
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 508 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` = 1291
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 508 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
712
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 208 AND c.nright >= 209)
ORDER BY c.nleft |
712
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 524
ORDER BY f.position ASC |
710
ms
|
12 |
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` = 651 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` = 651 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
709
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` = 6 |
707
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 640 |
706
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` = 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 |
704
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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 654
ORDER BY f.position ASC |
703
ms
|
36 |
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 643 |
702
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 630 |
701
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, 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 518
ORDER BY f.position ASC |
699
ms
|
12 |
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 645 |
698
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` = 6
WHERE (a.`id_product` = 631) LIMIT 1 |
698
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 521) AND (b.`id_shop` = 6) LIMIT 1 |
698
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 = 6)
WHERE i.`id_product` = 511
AND image_shop.`cover` = 1 LIMIT 1 |
697
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 523
ORDER BY f.position ASC |
694
ms
|
12 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 656
ORDER BY f.position ASC |
694
ms
|
36 |
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 510) AND (b.`id_shop` = 6) LIMIT 1 |
694
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 646
ORDER BY f.position ASC |
694
ms
|
36 |
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` = 884
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 295 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` = 884
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 295 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
693
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 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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 510 |
693
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 643
ORDER BY f.position ASC |
693
ms
|
36 |
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 656) LIMIT 1 |
692
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 633
ORDER BY f.position ASC |
687
ms
|
36 |
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
687
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 639) |
686
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` = 6
WHERE (a.`id_product` = 644) 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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 514
AND pac.`id_product_attribute` = 1296
AND agl.`id_lang` = 2 |
684
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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 642
ORDER BY f.position ASC |
683
ms
|
36 |
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 631
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
683
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_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 647) AND (b.`id_shop` = 6) LIMIT 1 |
682
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 659
ORDER BY f.position ASC |
681
ms
|
36 |
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 652) AND (b.`id_shop` = 6) 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>/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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 507) AND (b.`id_shop` = 6) 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>/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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 639) AND (b.`id_shop` = 6) 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>/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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 517) |
679
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 653) AND (b.`id_shop` = 6) 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>/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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 524) AND (b.`id_shop` = 6) LIMIT 1 |
678
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 633 |
678
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 649) AND (b.`id_shop` = 6) LIMIT 1 |
678
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 657
ORDER BY f.position ASC |
677
ms
|
36 |
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 648) AND (b.`id_shop` = 6) LIMIT 1 |
677
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 518) AND (b.`id_shop` = 6) LIMIT 1 |
676
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 515) AND (b.`id_shop` = 6) LIMIT 1 |
676
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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 507
AND pac.`id_product_attribute` = 1290
AND agl.`id_lang` = 2 |
676
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 659) LIMIT 1 |
675
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 645) AND (b.`id_shop` = 6) LIMIT 1 |
673
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 626 |
672
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` = 6
WHERE (a.`id_product` = 638) LIMIT 1 |
672
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
670
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 179 AND c.nright >= 182)
ORDER BY c.nleft |
668
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 517) AND (b.`id_shop` = 6) LIMIT 1 |
667
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 520) AND (b.`id_shop` = 6) LIMIT 1 |
667
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 640) AND (b.`id_shop` = 6) LIMIT 1 |
666
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
665
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 646) AND (b.`id_shop` = 6) LIMIT 1 |
665
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 657) AND (b.`id_shop` = 6) LIMIT 1 |
664
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
660
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 = 657 LIMIT 1 |
660
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, 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 644
ORDER BY f.position ASC |
660
ms
|
36 |
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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 521
AND pac.`id_product_attribute` = 1303
AND agl.`id_lang` = 2 |
658
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 650) AND (b.`id_shop` = 6) LIMIT 1 |
657
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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 519
AND pac.`id_product_attribute` = 1301
AND agl.`id_lang` = 2 |
656
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
656
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 208 AND c.nright >= 209)
ORDER BY c.nleft |
654
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 513
ORDER BY f.position ASC |
654
ms
|
12 |
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 648
ORDER BY f.position ASC |
651
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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 508
ORDER BY f.position ASC |
650
ms
|
12 |
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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 515
AND pac.`id_product_attribute` = 1297
AND agl.`id_lang` = 2 |
648
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 516
AND pac.`id_product_attribute` = 1298
AND agl.`id_lang` = 2 |
648
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 516) AND (b.`id_shop` = 6) LIMIT 1 |
648
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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 511
AND pac.`id_product_attribute` = 1294
AND agl.`id_lang` = 2 |
648
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
647
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_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 |
647
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 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 649
ORDER BY f.position ASC |
647
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 513
AND pac.`id_product_attribute` = 1295
AND agl.`id_lang` = 2 |
646
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` = 3 LIMIT 1 |
646
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_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 511) AND (b.`id_shop` = 6) LIMIT 1 |
645
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
645
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
645
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 661) AND (b.`id_shop` = 6) LIMIT 1 |
645
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 638) |
644
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
644
ms
|
1 |
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` = 295
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
644
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 509
AND pac.`id_product_attribute` = 1292
AND agl.`id_lang` = 2 |
644
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 514) LIMIT 1 |
643
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 523) AND (b.`id_shop` = 6) LIMIT 1 |
642
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
642
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 |
641
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` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
641
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 data FROM ps_layered_filter_block WHERE hash="1e2053769881fdf132c4f06fc269fd44" LIMIT 1 |
639
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 179 AND c.nright >= 182)
ORDER BY c.nleft |
639
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 296) AND (b.`id_shop` = 6) LIMIT 1 |
638
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 = 6)
WHERE i.`id_product` = 657
AND image_shop.`cover` = 1 LIMIT 1 |
636
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_lang`
WHERE `id_product` = 658 AND `id_shop` = 6 |
636
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 647
ORDER BY f.position ASC |
636
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
635
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 4) LIMIT 1 |
635
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 651) AND (b.`id_shop` = 6) LIMIT 1 |
633
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 652
ORDER BY f.position ASC |
633
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 510
AND pac.`id_product_attribute` = 1293
AND agl.`id_lang` = 2 |
632
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 (6) LIMIT 1 |
632
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 type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 25
AND id_shop = 6
GROUP BY `type`, id_value ORDER BY position ASC |
630
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
630
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` = 294
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
629
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_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 633) AND (b.`id_shop` = 6) LIMIT 1 |
629
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 625) AND (b.`id_shop` = 6) LIMIT 1 |
628
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
627
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
625
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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 518
AND pac.`id_product_attribute` = 1300
AND agl.`id_lang` = 2 |
625
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1295) LIMIT 1 |
624
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, 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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 650
ORDER BY f.position ASC |
624
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
622
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 655) AND (b.`id_shop` = 6) LIMIT 1 |
622
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 654) AND (b.`id_shop` = 6) LIMIT 1 |
622
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
622
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
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 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 = 6) 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 = 6) WHERE p.`id_product` = 509 AND pa.`id_product` = 509 AND pa.`id_product_attribute` = 1292 LIMIT 1 |
621
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 519) AND (b.`id_shop` = 6) 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>/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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 644) AND (b.`id_shop` = 6) LIMIT 1 |
619
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 208 AND c.nright >= 209)
ORDER BY c.nleft |
618
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 638) AND (b.`id_shop` = 6) LIMIT 1 |
618
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 295) |
615
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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 517
AND pac.`id_product_attribute` = 1299
AND agl.`id_lang` = 2 |
615
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 646) LIMIT 1 |
614
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
614
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` = 6
WHERE (a.`id_product` = 294) LIMIT 1 |
612
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 522
AND pac.`id_product_attribute` = 1304
AND agl.`id_lang` = 2 |
611
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 522) AND (b.`id_shop` = 6) LIMIT 1 |
611
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.`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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 621
ORDER BY `position` |
611
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
609
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
609
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 651
ORDER BY f.position ASC |
608
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 523) LIMIT 1 |
607
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 520
AND pac.`id_product_attribute` = 1302
AND agl.`id_lang` = 2 |
606
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 659) AND (b.`id_shop` = 6) LIMIT 1 |
604
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 519) |
603
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 294
ORDER BY `position` |
602
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 179 AND c.nright >= 182)
ORDER BY c.nleft |
602
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 = 627 LIMIT 1 |
602
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
601
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
601
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
599
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
599
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 657) LIMIT 1 |
598
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 658) AND (b.`id_shop` = 6) LIMIT 1 |
598
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
598
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
598
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
598
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
598
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
596
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 296
ORDER BY `position` |
595
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 = 2 AND cl.id_shop = 6
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: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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
594
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
594
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
594
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
594
ms
|
1 |
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
593
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 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 = 6) 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 = 6) WHERE p.`id_product` = 522 AND pa.`id_product` = 522 AND pa.`id_product_attribute` = 1304 LIMIT 1 |
593
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
593
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
593
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 158 AND c.nright >= 231)
ORDER BY c.nleft |
592
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
591
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 295
ORDER BY `position` |
591
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
591
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 = 6)
WHERE i.`id_product` = 638
AND image_shop.`cover` = 1 LIMIT 1 |
591
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` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 208 AND c.nright >= 209)
ORDER BY c.nleft |
590
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 642) AND (b.`id_shop` = 6) LIMIT 1 |
590
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 = 2 AND cl.id_shop = 6
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
587
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 (6) LIMIT 1 |
586
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
586
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` = 6
WHERE (a.`id_product` = 517) LIMIT 1 |
585
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 640
ORDER BY `position` |
585
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 522) LIMIT 1 |
585
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
585
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
584
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 650
ORDER BY `position` |
584
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
583
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
582
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 208 AND c.nright >= 209)
ORDER BY c.nleft |
581
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
581
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
581
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
580
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
580
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
579
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` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
579
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
578
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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 524
AND pac.`id_product_attribute` = 1306
AND agl.`id_lang` = 2 |
577
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 519) LIMIT 1 |
577
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 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 (1292) AND il.`id_lang` = 2 ORDER by i.`position` |
577
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_group_wholesale_threshold` a
WHERE (a.`id_group_wholesale_threshold` = 14) LIMIT 1 |
576
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
576
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
576
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 179 AND c.nright >= 182)
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 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` = 2)
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 = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 508
AND pac.`id_product_attribute` = 1291
AND agl.`id_lang` = 2 |
575
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
574
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
574
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 508) AND (b.`id_shop` = 6) LIMIT 1 |
573
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
573
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 641
ORDER BY `position` |
572
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
572
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
571
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 524) |
570
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` = 6
WHERE (a.`id_product` = 524) LIMIT 1 |
570
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` = 6
WHERE (a.`id_product` = 626) LIMIT 1 |
570
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
569
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
569
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 523
ORDER BY `position` |
569
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 519
ORDER BY `position` |
564
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 627
ORDER BY `position` |
564
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
563
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 647) LIMIT 1 |
563
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` = 6
WHERE (a.`id_product` = 655) LIMIT 1 |
563
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` = 661 AND `id_shop` = 6 |
562
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
562
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
562
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 507
ORDER BY `position` |
561
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 509
ORDER BY `position` |
560
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` = 6
WHERE (a.`id_product` = 510) LIMIT 1 |
560
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
559
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
559
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 520) LIMIT 1 |
559
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
558
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` = 6
WHERE (a.`id_product` = 295) LIMIT 1 |
558
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 625
ORDER BY `position` |
557
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 208 AND c.nright >= 209)
ORDER BY c.nleft |
556
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
556
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 650) LIMIT 1 |
555
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` = 6
WHERE (a.`id_product` = 651) LIMIT 1 |
555
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 l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
554
ms
|
35 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
553
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 208 AND c.nright >= 209)
ORDER BY c.nleft |
553
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
553
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
552
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 658) LIMIT 1 |
550
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` = 6
WHERE (a.`id_product` = 654) LIMIT 1 |
550
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
549
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 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 = 'asiefleurs.com' OR su.domain_ssl = 'asiefleurs.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
549
ms
|
12 |
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 158 AND c.nright >= 231)
ORDER BY c.nleft |
548
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 513) LIMIT 1 |
548
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
547
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 511) LIMIT 1 |
547
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 513
ORDER BY `position` |
547
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 647
ORDER BY `position` |
546
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 = 294) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
546
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 516) LIMIT 1 |
545
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
545
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 648
ORDER BY `position` |
544
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 642) LIMIT 1 |
543
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` = 6
WHERE (a.`id_product` = 518) LIMIT 1 |
543
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 199 AND c.nright >= 210)
ORDER BY c.nleft |
543
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 641) LIMIT 1 |
543
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` = 60 AND `id_shop` = 6 |
542
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` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
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: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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
542
ms
|
1 |
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 521
ORDER BY `position` |
541
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 = 2 AND cl.id_shop = 6
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 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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 520
ORDER BY `position` |
539
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 507) LIMIT 1 |
539
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
537
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 514
ORDER BY `position` |
537
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 518
ORDER BY `position` |
535
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` = 6
WHERE (a.`id_product` = 630) LIMIT 1 |
535
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 508
ORDER BY `position` |
535
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` = 6
WHERE (a.`id_product` = 643) LIMIT 1 |
535
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 6) LIMIT 1 |
534
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 179 AND c.nright >= 182)
ORDER BY c.nleft |
533
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 515) LIMIT 1 |
532
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` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
531
ms
|
1 |
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 197 AND c.nright >= 198)
ORDER BY c.nleft |
531
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 642
ORDER BY `position` |
530
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` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
528
ms
|
1 |
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 644
ORDER BY `position` |
528
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 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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 522
ORDER BY `position` |
528
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 179 AND c.nright >= 182)
ORDER BY c.nleft |
528
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
527
ms
|
1 |
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 639) LIMIT 1 |
527
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` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
527
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 653) LIMIT 1 |
526
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 1) LIMIT 1 |
525
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 645) LIMIT 1 |
525
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` = 6
WHERE (a.`id_product` = 508) LIMIT 1 |
525
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 507) |
524
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` = 6
WHERE (a.`id_product` = 633) LIMIT 1 |
524
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 517
ORDER BY `position` |
524
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 515
ORDER BY `position` |
523
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 645
ORDER BY `position` |
523
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 524
ORDER BY `position` |
523
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 639
ORDER BY `position` |
521
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 516) |
520
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 646
ORDER BY `position` |
520
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 = 631 LIMIT 1 |
520
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.`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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 659
ORDER BY `position` |
519
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` = 6
WHERE (a.`id_product` = 627) LIMIT 1 |
519
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` = 6
WHERE (a.`id_product` = 621) LIMIT 1 |
518
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 514) |
518
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 509 AND id_shop=6 LIMIT 1 |
518
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 (6) LIMIT 1 |
515
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 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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 631
ORDER BY `position` |
515
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_lang`
WHERE `id_product` = 650 AND `id_shop` = 6 |
514
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 510
ORDER BY `position` |
514
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 651
ORDER BY `position` |
512
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 652
ORDER BY `position` |
512
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 513) |
512
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
511
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_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 509) LIMIT 1 |
511
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_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 = 2
AND ml.id_shop = 6 LIMIT 1 |
511
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_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 625) LIMIT 1 |
511
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 296) |
510
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` = 6
WHERE (a.`id_product` = 521) LIMIT 1 |
509
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` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
507
ms
|
1 |
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` = 627
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
507
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 510) |
507
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 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` = 229
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 |
505
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
505
ms
|
1 |
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 653
ORDER BY `position` |
504
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 638
ORDER BY `position` |
502
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 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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 633
ORDER BY `position` |
502
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 649
ORDER BY `position` |
501
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` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
501
ms
|
1 |
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 658
ORDER BY `position` |
501
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` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
499
ms
|
1 |
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 520) |
499
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 518) |
499
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 516
ORDER BY `position` |
498
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` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
496
ms
|
1 |
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` = 655 AND `id_shop` = 6 |
495
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
495
ms
|
1 |
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 640) LIMIT 1 |
495
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` = 639 |
495
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 644) |
493
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 521) |
491
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
491
ms
|
1 |
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
491
ms
|
1 |
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
491
ms
|
1 |
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 (6) LIMIT 1 |
490
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 645) |
489
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
485
ms
|
1 |
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
484
ms
|
1 |
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` = 627 AND `id_shop` = 6 |
483
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 648) |
483
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
483
ms
|
1 |
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 649) |
478
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'DZD') LIMIT 1 |
478
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 523) |
478
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
478
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 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 (1294) AND il.`id_lang` = 2 ORDER by i.`position` |
477
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 656
ORDER BY `position` |
477
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 642) |
476
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 654
ORDER BY `position` |
476
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 655
ORDER BY `position` |
476
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` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
475
ms
|
1 |
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 647) |
475
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 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 = 6)
WHERE l.`active` = 1 LIMIT 1 |
475
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
474
ms
|
1 |
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 type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 25
AND id_shop = 6
GROUP BY `type`, id_value ORDER BY position ASC |
472
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 *
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` = 6
WHERE (a.`id_product_attribute` = 886) LIMIT 1 |
472
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_category` FROM `ps_category_product`
WHERE `id_product` = 655 |
472
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.`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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 657
ORDER BY `position` |
471
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` = 15 LIMIT 1 |
471
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_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 646) |
471
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 661
ORDER BY `position` |
471
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 508) |
471
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` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 6) LIMIT 1 |
470
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
470
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 641) |
470
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
470
ms
|
1 |
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
470
ms
|
1 |
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
470
ms
|
1 |
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 515) |
470
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
470
ms
|
1 |
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.`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 = 6)
WHERE i.`id_product` = 510
AND image_shop.`cover` = 1 LIMIT 1 |
466
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 659) |
465
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
465
ms
|
1 |
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 661) |
464
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
464
ms
|
1 |
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 `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
464
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 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 |
463
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
463
ms
|
1 |
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 = 643 LIMIT 1 |
462
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` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
462
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 105) LIMIT 1 |
462
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
462
ms
|
1 |
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 = 524 LIMIT 1 |
461
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 658) |
460
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
460
ms
|
1 |
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 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 (890) AND il.`id_lang` = 2 ORDER by i.`position` |
458
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
458
ms
|
1 |
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 654) |
458
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
458
ms
|
1 |
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
458
ms
|
1 |
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
457
ms
|
1 |
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 650) |
457
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
457
ms
|
1 |
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 = 6) 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 = 6) WHERE p.`id_product` = 295 AND pa.`id_product` = 295 AND pa.`id_product_attribute` = 884 LIMIT 1 |
456
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 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` = 2 ORDER by i.`position` |
456
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 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 (1290) AND il.`id_lang` = 2 ORDER by i.`position` |
456
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
456
ms
|
1 |
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 = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 643
ORDER BY `position` |
456
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 640) |
455
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 = "actionModuleRegisterHookBefore") LIMIT 1 |
455
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_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 6
WHERE (a.`id_country` = 229) LIMIT 1 |
455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/paypal/paypal.php:351<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.`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 = 6) 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 = 6) WHERE p.`id_product` = 520 AND pa.`id_product` = 520 AND pa.`id_product_attribute` = 1302 LIMIT 1 |
454
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 6
AND cl.`id_category` = 101 LIMIT 1 |
453
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 655) |
452
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 = 6) 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 = 6) WHERE p.`id_product` = 507 AND pa.`id_product` = 507 AND pa.`id_product_attribute` = 1290 LIMIT 1 |
452
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 active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
450
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 *
FROM `ps_product_lang`
WHERE `id_product` = 625 AND `id_shop` = 6 |
450
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
449
ms
|
1 |
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 |
449
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 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 |
449
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_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 621) |
448
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 = 6)
WHERE i.`id_product` = 295
AND image_shop.`cover` = 1 LIMIT 1 |
448
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 = "actionBuildFrontEndObject") LIMIT 1 |
448
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
448
ms
|
1 |
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 |
447
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` = 631 |
446
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) |
446
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 511) |
446
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
445
ms
|
1 |
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.`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 = 6)
WHERE i.`id_product` = 520
AND image_shop.`cover` = 1 LIMIT 1 |
443
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 657) |
443
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 = 6) 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 = 6) WHERE p.`id_product` = 511 AND pa.`id_product` = 511 AND pa.`id_product_attribute` = 1294 LIMIT 1 |
443
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.`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 = 6) 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 = 6) WHERE p.`id_product` = 518 AND pa.`id_product` = 518 AND pa.`id_product_attribute` = 1300 LIMIT 1 |
443
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 25) LIMIT 1 |
443
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.`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 = 6)
WHERE i.`id_product` = 509
AND image_shop.`cover` = 1 LIMIT 1 |
442
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
442
ms
|
1 |
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
442
ms
|
1 |
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` = 65 AND `id_shop` = 6 |
442
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
442
ms
|
1 |
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 633) |
441
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 (1302) AND il.`id_lang` = 2 ORDER by i.`position` |
441
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 651) |
439
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 = 295) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
439
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 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 (1291) AND il.`id_lang` = 2 ORDER by i.`position` |
438
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 643) |
438
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 (1293) AND il.`id_lang` = 2 ORDER by i.`position` |
438
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 2) LIMIT 1 |
437
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 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 (886) AND il.`id_lang` = 2 ORDER by i.`position` |
437
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'XAF') LIMIT 1 |
437
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 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 = 6) 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 = 6) WHERE p.`id_product` = 521 AND pa.`id_product` = 521 AND pa.`id_product_attribute` = 1303 LIMIT 1 |
437
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 631 AND `id_group` = 1 LIMIT 1 |
436
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 product_shop.`price`, product_shop.`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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 652) |
436
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 522) |
436
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
435
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
434
ms
|
1 |
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` = 518 |
432
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` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
431
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 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 (1300) AND il.`id_lang` = 2 ORDER by i.`position` |
431
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.`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 = 6)
WHERE i.`id_product` = 296
AND image_shop.`cover` = 1 LIMIT 1 |
431
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 (1297) AND il.`id_lang` = 2 ORDER by i.`position` |
430
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1304) LIMIT 1 |
430
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 = 6) 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 = 6) WHERE p.`id_product` = 524 AND pa.`id_product` = 524 AND pa.`id_product_attribute` = 1306 LIMIT 1 |
430
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.`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 = 6)
WHERE i.`id_product` = 640
AND image_shop.`cover` = 1 LIMIT 1 |
430
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 (1298) AND il.`id_lang` = 2 ORDER by i.`position` |
429
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 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` = 2 ORDER by i.`position` |
428
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 = 6) 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 = 6) WHERE p.`id_product` = 294 AND pa.`id_product` = 294 AND pa.`id_product_attribute` = 886 LIMIT 1 |
428
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
427
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 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 = 6) 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 = 6) WHERE p.`id_product` = 514 AND pa.`id_product` = 514 AND pa.`id_product_attribute` = 1296 LIMIT 1 |
426
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
425
ms
|
1 |
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 = 6) 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 = 6) WHERE p.`id_product` = 519 AND pa.`id_product` = 519 AND pa.`id_product_attribute` = 1301 LIMIT 1 |
425
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 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` = 2 ORDER by i.`position` |
425
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.`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 = 6)
WHERE i.`id_product` = 524
AND image_shop.`cover` = 1 LIMIT 1 |
424
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 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 = 6) 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 = 6) WHERE p.`id_product` = 517 AND pa.`id_product` = 517 AND pa.`id_product_attribute` = 1299 LIMIT 1 |
424
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_lang`
WHERE `id_category` = 28 AND `id_shop` = 6 |
423
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 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 = 6)
WHERE i.`id_product` = 515
AND image_shop.`cover` = 1 LIMIT 1 |
422
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 = 6)
WHERE i.`id_product` = 513
AND image_shop.`cover` = 1 LIMIT 1 |
422
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 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 = 6) 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 = 6) WHERE p.`id_product` = 515 AND pa.`id_product` = 515 AND pa.`id_product_attribute` = 1297 LIMIT 1 |
421
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 domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 6 LIMIT 1 |
421
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 *
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` = 6
WHERE (a.`id_product_attribute` = 1291) LIMIT 1 |
420
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` = 517 AND `id_shop` = 6 |
419
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 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` = 2 ORDER by i.`position` |
419
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 8) LIMIT 1 |
418
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.`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 = 6) 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 = 6) WHERE p.`id_product` = 296 AND pa.`id_product` = 296 AND pa.`id_product_attribute` = 890 LIMIT 1 |
418
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 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` = 2 ORDER by i.`position` |
418
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 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` = 2 ORDER by i.`position` |
418
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_product_lang`
WHERE `id_product` = 296 AND `id_shop` = 6 |
417
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 5) LIMIT 1 |
417
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 *
FROM `ps_product_lang`
WHERE `id_product` = 659 AND `id_shop` = 6 |
417
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.`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 = 6)
WHERE i.`id_product` = 650
AND image_shop.`cover` = 1 LIMIT 1 |
416
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 = 6)
WHERE i.`id_product` = 523
AND image_shop.`cover` = 1 LIMIT 1 |
416
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1294) LIMIT 1 |
416
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
416
ms
|
1 |
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.`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 = 6)
WHERE i.`id_product` = 649
AND image_shop.`cover` = 1 LIMIT 1 |
415
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 (884) AND il.`id_lang` = 2 ORDER by i.`position` |
413
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
412
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1306) LIMIT 1 |
412
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_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 60) LIMIT 1 |
412
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 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 = 6)
WHERE i.`id_product` = 514
AND image_shop.`cover` = 1 LIMIT 1 |
411
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_lang`
WHERE `id_product` = 630 AND `id_shop` = 6 |
411
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.`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 = 6)
WHERE i.`id_product` = 648
AND image_shop.`cover` = 1 LIMIT 1 |
411
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_product_lang`
WHERE `id_product` = 657 AND `id_shop` = 6 |
411
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 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 = 6) 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 = 6) WHERE p.`id_product` = 510 AND pa.`id_product` = 510 AND pa.`id_product_attribute` = 1293 LIMIT 1 |
411
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_lang`
WHERE `id_category` = 61 AND `id_shop` = 6 |
410
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 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 = 6)
WHERE i.`id_product` = 647
AND image_shop.`cover` = 1 LIMIT 1 |
410
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 = 6)
WHERE i.`id_product` = 626
AND image_shop.`cover` = 1 LIMIT 1 |
410
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_lang`
WHERE `id_product` = 516 AND `id_shop` = 6 |
410
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 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` = 2 ORDER by i.`position` |
409
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` = 642 |
409
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 = 6) 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 = 6) WHERE p.`id_product` = 516 AND pa.`id_product` = 516 AND pa.`id_product_attribute` = 1298 LIMIT 1 |
408
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_lang`
WHERE `id_product` = 507 AND `id_shop` = 6 |
408
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) |
407
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` = 626 AND `id_shop` = 6 |
407
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1298) LIMIT 1 |
407
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1305) LIMIT 1 |
407
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 884) LIMIT 1 |
407
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 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 = 6)
WHERE i.`id_product` = 644
AND image_shop.`cover` = 1 LIMIT 1 |
406
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_product_lang`
WHERE `id_product` = 515 AND `id_shop` = 6 |
406
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` = 6
WHERE (a.`id_category` = 95) LIMIT 1 |
406
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 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` = 2 ORDER by i.`position` |
405
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 = 524) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
405
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 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 = 6)
WHERE i.`id_product` = 621
AND image_shop.`cover` = 1 LIMIT 1 |
403
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 = 6)
WHERE i.`id_product` = 517
AND image_shop.`cover` = 1 LIMIT 1 |
403
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1303) LIMIT 1 |
403
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 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 |
402
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.`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 = 6)
WHERE i.`id_product` = 652
AND image_shop.`cover` = 1 LIMIT 1 |
402
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 = 6)
WHERE i.`id_product` = 516
AND image_shop.`cover` = 1 LIMIT 1 |
401
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1296) LIMIT 1 |
400
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1297) LIMIT 1 |
400
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 = 6) 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 = 6) WHERE p.`id_product` = 523 AND pa.`id_product` = 523 AND pa.`id_product_attribute` = 1305 LIMIT 1 |
400
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1301) LIMIT 1 |
400
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 890) LIMIT 1 |
400
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 |
399
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 = 6)
WHERE i.`id_product` = 639
AND image_shop.`cover` = 1 LIMIT 1 |
399
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
399
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 (6) LIMIT 1 |
398
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_product_lang`
WHERE `id_product` = 654 AND `id_shop` = 6 |
398
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.`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 = 6)
WHERE i.`id_product` = 507
AND image_shop.`cover` = 1 LIMIT 1 |
397
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1292) LIMIT 1 |
397
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 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 = 6)
WHERE i.`id_product` = 521
AND image_shop.`cover` = 1 LIMIT 1 |
396
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_lang`
WHERE `id_product` = 653 AND `id_shop` = 6 |
396
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` = 641 AND `id_shop` = 6 |
396
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 7) LIMIT 1 |
395
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_lang`
WHERE `id_product` = 652 AND `id_shop` = 6 |
395
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.`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 = 6)
WHERE i.`id_product` = 651
AND image_shop.`cover` = 1 LIMIT 1 |
395
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1290) LIMIT 1 |
395
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` = 524 AND `id_shop` = 6 |
395
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.`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 = 6)
WHERE i.`id_product` = 641
AND image_shop.`cover` = 1 LIMIT 1 |
394
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 = 6)
WHERE i.`id_product` = 522
AND image_shop.`cover` = 1 LIMIT 1 |
393
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 = 6)
WHERE i.`id_product` = 645
AND image_shop.`cover` = 1 LIMIT 1 |
393
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_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` = 6
WHERE (a.`id_country` = 229) LIMIT 1 |
393
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 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 = 6)
WHERE i.`id_product` = 646
AND image_shop.`cover` = 1 LIMIT 1 |
392
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 = 6)
WHERE i.`id_product` = 625
AND image_shop.`cover` = 1 LIMIT 1 |
392
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 = 6)
WHERE i.`id_product` = 519
AND image_shop.`cover` = 1 LIMIT 1 |
391
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 |
391
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1293) LIMIT 1 |
391
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` = 520 AND `id_shop` = 6 |
391
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_category` FROM `ps_category_product`
WHERE `id_product` = 641 |
390
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1299) LIMIT 1 |
390
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` = 649 AND `id_shop` = 6 |
390
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
389
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` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 9) LIMIT 1 |
389
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
389
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 = 0 LIMIT 1 |
388
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
388
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` = 511
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
388
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
386
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 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 |
386
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_product_lang`
WHERE `id_product` = 631 AND `id_shop` = 6 |
386
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.`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 = 6)
WHERE i.`id_product` = 518
AND image_shop.`cover` = 1 LIMIT 1 |
386
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
384
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 = 6)
WHERE i.`id_product` = 655
AND image_shop.`cover` = 1 LIMIT 1 |
383
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_lang`
WHERE `id_product` = 642 AND `id_shop` = 6 |
382
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.`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 = 6)
WHERE i.`id_product` = 508
AND image_shop.`cover` = 1 LIMIT 1 |
382
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 = 6)
WHERE i.`id_product` = 630
AND image_shop.`cover` = 1 LIMIT 1 |
381
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1300) LIMIT 1 |
380
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_category` FROM `ps_category_product`
WHERE `id_product` = 521 |
380
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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 28) LIMIT 1 |
380
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 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 = 6)
WHERE i.`id_product` = 654
AND image_shop.`cover` = 1 LIMIT 1 |
378
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_lang`
WHERE `id_product` = 640 AND `id_shop` = 6 |
378
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` = 643 AND `id_shop` = 6 |
378
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 (6) LIMIT 1 |
377
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_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 = 6)
WHERE pa.`id_product_attribute` = 884 LIMIT 1 |
377
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_product_lang`
WHERE `id_product` = 514 AND `id_shop` = 6 |
376
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_hook_module_exceptions`
WHERE `id_shop` IN (6) |
375
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 *
FROM `ps_product_lang`
WHERE `id_product` = 295 AND `id_shop` = 6 |
375
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_lang`
WHERE `id_category` = 118 AND `id_shop` = 6 |
375
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_lang`
WHERE `id_product` = 645 AND `id_shop` = 6 |
374
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` = 509 AND `id_shop` = 6 |
374
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 (6) LIMIT 1 |
374
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 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 = 6) 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 = 6) WHERE p.`id_product` = 508 AND pa.`id_product` = 508 AND pa.`id_product_attribute` = 1291 LIMIT 1 |
373
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
373
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_product_lang`
WHERE `id_product` = 621 AND `id_shop` = 6 |
373
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` = 518 AND `id_shop` = 6 |
373
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_lang`
WHERE `id_category` = 95 AND `id_shop` = 6 |
372
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 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 = 6)
WHERE i.`id_product` = 643
AND image_shop.`cover` = 1 LIMIT 1 |
372
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_lang`
WHERE `id_product` = 651 AND `id_shop` = 6 |
371
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_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
371
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 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 |
371
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1302) LIMIT 1 |
371
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 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 = 6)
WHERE i.`id_product` = 633
AND image_shop.`cover` = 1 LIMIT 1 |
370
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` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 3) LIMIT 1 |
370
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
370
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 mc.*
FROM `ps_module_currency` mc
WHERE (mc.`id_module` = 123) AND (mc.`id_shop` = 6) |
369
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
369
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 |
368
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 1 FROM `ps_specific_price` WHERE id_product = 649 LIMIT 1 |
368
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 (6) LIMIT 1 |
368
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
368
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 = 6)
WHERE i.`id_product` = 661
AND image_shop.`cover` = 1 LIMIT 1 |
367
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_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 = 6)
WHERE pa.`id_product_attribute` = 1290 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 *
FROM `ps_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 6 |
366
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
365
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_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 = 6)
WHERE pa.`id_product_attribute` = 1298 LIMIT 1 |
365
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_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 6
WHERE (a.`id_lang` = 5) LIMIT 1 |
365
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 value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
364
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
364
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_product_lang`
WHERE `id_product` = 519 AND `id_shop` = 6 |
363
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` = 522 AND `id_shop` = 6 |
363
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_lang`
WHERE `id_category` = 59 AND `id_shop` = 6 |
363
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
362
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_product_lang`
WHERE `id_product` = 648 AND `id_shop` = 6 |
362
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 (6) LIMIT 1 |
361
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_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 = 6)
WHERE pa.`id_product_attribute` = 1304 LIMIT 1 |
361
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 96) LIMIT 1 |
361
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` = 646 AND `id_shop` = 6 |
360
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 524 AND id_shop=6 LIMIT 1 |
360
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_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 6
WHERE (a.`id_lang` = 2) LIMIT 1 |
360
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 295 AND `id_group` = 1 LIMIT 1 |
359
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_lang`
WHERE `id_category` = 105 AND `id_shop` = 6 |
359
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_lang`
WHERE `id_product` = 647 AND `id_shop` = 6 |
358
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 (6) LIMIT 1 |
358
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 = 6)
WHERE i.`id_product` = 656
AND image_shop.`cover` = 1 LIMIT 1 |
358
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 (6) LIMIT 1 |
357
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
357
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_product_lang`
WHERE `id_product` = 521 AND `id_shop` = 6 |
356
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 = 6)
WHERE pa.`id_product_attribute` = 886 LIMIT 1 |
355
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_product_lang`
WHERE `id_product` = 513 AND `id_shop` = 6 |
355
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 (6) LIMIT 1 |
355
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_product_lang`
WHERE `id_product` = 523 AND `id_shop` = 6 |
355
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 (6) LIMIT 1 |
355
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` = 14 LIMIT 1 |
355
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
354
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 (6) LIMIT 1 |
353
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_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 = 6)
WHERE pa.`id_product_attribute` = 1297 LIMIT 1 |
352
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_product_lang`
WHERE `id_product` = 508 AND `id_shop` = 6 |
352
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 (6) LIMIT 1 |
351
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_product_lang`
WHERE `id_product` = 510 AND `id_shop` = 6 |
351
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_category` FROM `ps_category_product`
WHERE `id_product` = 657 |
351
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 = 643) AND (id_product_attribute = 0) AND (id_shop = 6) 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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
350
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 (6) LIMIT 1 |
350
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 = 6)
WHERE i.`id_product` = 659
AND image_shop.`cover` = 1 LIMIT 1 |
350
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 (6) LIMIT 1 |
349
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
349
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 |
348
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 1 FROM `ps_specific_price` WHERE id_product = 509 LIMIT 1 |
348
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 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 = 6
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
348
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 507) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
348
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 (6) LIMIT 1 |
348
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` = 296 AND `id_group` = 1 LIMIT 1 |
347
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 (6) LIMIT 1 |
347
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 118) LIMIT 1 |
346
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) 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 *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 6
WHERE (a.`id_country` = 13) LIMIT 1 |
345
ms
|
0 |
|
|
/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 1 FROM `ps_specific_price` WHERE id_product = 296 LIMIT 1 |
345
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 = 296) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
344
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_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 = 6)
WHERE pa.`id_product_attribute` = 1302 LIMIT 1 |
344
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
343
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_product_lang`
WHERE `id_product` = 294 AND `id_shop` = 6 |
342
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 (6) LIMIT 1 |
341
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 515) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
341
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` = 508 |
341
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 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 = 6)
WHERE pa.`id_product_attribute` = 1296 LIMIT 1 |
341
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
340
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 `to` BETWEEN '2025-09-18 00:00:00' AND '2025-09-18 23:59:59' LIMIT 1 |
340
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 1 FROM `ps_specific_price` WHERE id_product = 514 LIMIT 1 |
339
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 (6) LIMIT 1 |
339
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 (6) LIMIT 1 |
339
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 = 295 LIMIT 1 |
339
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 = 514) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
338
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 (6) 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 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 = 6)
WHERE pa.`id_product_attribute` = 1292 LIMIT 1 |
337
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) 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 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 |
337
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_specific_price` WHERE id_product = 517 LIMIT 1 |
337
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 (6) LIMIT 1 |
336
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_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 = 6)
WHERE pa.`id_product_attribute` = 890 LIMIT 1 |
336
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
336
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 |
336
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 (6) LIMIT 1 |
336
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 511 |
335
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_lang`
WHERE `id_product` = 644 AND `id_shop` = 6 |
335
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 |
335
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 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 = 6)
WHERE pa.`id_product_attribute` = 1300 LIMIT 1 |
335
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 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 = 6)
WHERE pa.`id_product_attribute` = 1305 LIMIT 1 |
335
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
335
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 = 6)
WHERE i.`id_product` = 642
AND image_shop.`cover` = 1 LIMIT 1 |
334
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 (6) LIMIT 1 |
334
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 (6) LIMIT 1 |
333
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 = 648 LIMIT 1 |
333
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
332
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_product_lang`
WHERE `id_product` = 511 AND `id_shop` = 6 |
332
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 520 |
332
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 = 644 LIMIT 1 |
332
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 = 6)
WHERE i.`id_product` = 658
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 517) AND (id_product_attribute = 1299) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
331
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 1 FROM `ps_specific_price` WHERE id_product = 647 LIMIT 1 |
331
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 = 621) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
330
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 (6) LIMIT 1 |
330
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
330
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 (6) LIMIT 1 |
329
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` = 295 |
329
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 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 = 6)
WHERE pa.`id_product_attribute` = 1299 LIMIT 1 |
329
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 1 FROM `ps_specific_price` WHERE id_product = 638 LIMIT 1 |
328
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 = 508) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
328
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` = 294 |
328
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 = 507 LIMIT 1 |
328
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 = 510 LIMIT 1 |
328
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 = 522) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
328
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 = 650 LIMIT 1 |
328
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_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 = 6)
WHERE pa.`id_product_attribute` = 1301 LIMIT 1 |
327
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 1 FROM `ps_specific_price` WHERE id_product = 646 LIMIT 1 |
326
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 |
325
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 (6) LIMIT 1 |
325
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` = 294 AND id_shop=6 LIMIT 1 |
325
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 (6) LIMIT 1 |
325
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 645) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
325
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_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 = 6)
WHERE pa.`id_product_attribute` = 1291 LIMIT 1 |
325
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 519) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
325
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 = 640 LIMIT 1 |
324
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 = 516 LIMIT 1 |
324
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 location
FROM `ps_stock_available`
WHERE (id_product = 296) AND (id_product_attribute = 890) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
323
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 1 FROM `ps_specific_price` WHERE id_product = 523 LIMIT 1 |
323
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` = 295 |
323
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 (6) LIMIT 1 |
323
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` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
323
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 1 FROM `ps_specific_price` WHERE id_product = 654 LIMIT 1 |
323
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 = 521) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
322
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 = 641) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
322
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 (6) LIMIT 1 |
322
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 625 |
322
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 = 625) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
322
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 |
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
321
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 = 639) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
321
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` = 640 |
321
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 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 = 6)
WHERE pa.`id_product_attribute` = 1293 LIMIT 1 |
321
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 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 = 6)
WHERE pa.`id_product_attribute` = 1303 LIMIT 1 |
320
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 1 FROM `ps_specific_price` WHERE id_product = 652 LIMIT 1 |
320
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 = 650) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
320
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 |
319
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 (6) LIMIT 1 |
319
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` = 519 |
319
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 296 |
318
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 = 517) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
318
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 = 659 LIMIT 1 |
318
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 = 513) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
317
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 |
317
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 (6) LIMIT 1 |
317
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 = 515 LIMIT 1 |
317
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_lang`
WHERE `id_product` = 633 AND `id_shop` = 6 |
316
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 = 518) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
315
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` = 524 AND `id_group` = 1 LIMIT 1 |
315
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` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 5) LIMIT 1 |
314
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:701<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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
314
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 (6) LIMIT 1 |
314
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
314
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 1 FROM `ps_specific_price` WHERE id_product = 519 LIMIT 1 |
314
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 |
313
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 = 645 LIMIT 1 |
313
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
313
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
313
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 (6) LIMIT 1 |
313
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 523) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
312
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_lang`
WHERE `id_currency` = 5 |
312
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:701<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 1 FROM `ps_specific_price` WHERE id_product = 633 LIMIT 1 |
312
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 = "actionDispatcher") LIMIT 1 |
312
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:514<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
312
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` = 625 AND id_shop=6 LIMIT 1 |
312
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 |
312
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 = 520) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
311
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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
311
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
311
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 |
310
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 |
310
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 = 661) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
310
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 = 523) AND (id_product_attribute = 1305) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
310
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 294) AND (id_product_attribute = 886) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
310
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` = 638 AND `id_shop` = 6 |
310
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() |
309
ms
|
1 |
|
|
/modules/tfgifts/tfgifts.php:444
/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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 638 |
309
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 = 621 LIMIT 1 |
309
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 = 641 LIMIT 1 |
309
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
308
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
308
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 = 661 LIMIT 1 |
308
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 = 6 AND id_lang = 2 AND id_category = 70 LIMIT 1 |
308
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 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 = 6)
WHERE pa.`id_product_attribute` = 1295 LIMIT 1 |
308
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_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 6
WHERE (a.`id_group` = 1) LIMIT 1 |
308
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_group_wholesale_threshold` tfc
WHERE (tfc.id_group = 1 AND tfc.id_currency = 5) |
307
ms
|
96 |
|
|
/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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 516) AND (id_product_attribute = 1298) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
306
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 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 |
306
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_category` FROM `ps_category_product`
WHERE `id_product` = 296 |
306
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 = 648) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
306
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 = 649) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
306
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 = 639 LIMIT 1 |
305
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 = 519) AND (id_product_attribute = 1301) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
305
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
305
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
305
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 = 524) AND (id_product_attribute = 1306) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
304
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 652) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
304
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 6
AND cl.`id_category` = 101 LIMIT 1 |
304
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` = 519 |
304
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 |
304
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 |
304
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 = 651 LIMIT 1 |
304
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 = 658) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
303
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 = 516) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
303
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 = 521 LIMIT 1 |
303
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 = 655) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
303
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
303
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_specific_price` WHERE id_product = 655 LIMIT 1 |
303
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` = 514 |
302
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` = 654 |
302
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 = 656 LIMIT 1 |
302
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 = 294 LIMIT 1 |
302
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 = 647) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
302
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 |
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 648 |
302
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
301
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 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 |
301
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` = 645 |
301
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 |
301
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 = 521) AND (id_product_attribute = 1303) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
300
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 1 FROM `ps_specific_price` WHERE id_product = 658 LIMIT 1 |
300
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 = 511) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
300
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 = 513 LIMIT 1 |
300
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` = 511 |
300
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` = 646 |
299
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
299
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 (6) LIMIT 1 |
299
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 |
299
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 = 627) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
299
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` = 513 |
299
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 = 656) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
299
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 = 520 LIMIT 1 |
299
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
299
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
298
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 646) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
298
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AED') LIMIT 1 |
298
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_tnwuandmg WHERE `active` = 1 |
298
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 514) AND (id_product_attribute = 1296) AND (id_shop = 6) 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 1 FROM `ps_specific_price` WHERE id_product = 518 LIMIT 1 |
298
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` = 658 |
298
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` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
298
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 294 AND `id_group` = 1 LIMIT 1 |
298
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 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 |
298
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 651) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
298
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 |
297
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 = 654) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
297
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` = 640 |
297
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` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
297
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 = 513) AND (id_product_attribute = 1295) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
297
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 1 FROM `ps_specific_price` WHERE id_product = 508 LIMIT 1 |
297
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 = 295) AND (id_product_attribute = 884) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
296
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 627 |
296
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` = 621 |
296
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` = 516 |
296
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 = 638) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
296
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` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
296
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 format
FROM `ps_address_format`
WHERE `id_country` = 13 LIMIT 1 |
296
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 508) AND (id_product_attribute = 1291) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
296
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 510) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
296
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` = 508 AND id_shop=6 LIMIT 1 |
295
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 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 |
295
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_category` FROM `ps_category_product`
WHERE `id_product` = 643 |
295
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
295
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 = 6 AND id_lang = 2 AND id_category = 70 LIMIT 1 |
294
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 = 513) AND (id_product_attribute = 1295) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
294
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_category` FROM `ps_category_product`
WHERE `id_product` = 661 |
294
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 |
294
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_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
294
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 1 FROM `ps_specific_price` WHERE id_product = 522 LIMIT 1 |
294
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 = 633) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
293
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 |
293
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 101 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 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 |
293
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 = "actionPresentProduct") LIMIT 1 |
293
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_hook`
WHERE `id_hook` = 699 LIMIT 1 |
293
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 *
FROM `ps_country_lang`
WHERE `id_country` = 13 |
293
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
293
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
292
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
292
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_category` FROM `ps_category_product`
WHERE `id_product` = 518 |
292
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 |
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 517 |
292
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
292
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.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 118) LIMIT 1 |
291
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_category` FROM `ps_category_product`
WHERE `id_product` = 642 |
291
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` = 654 AND id_shop=6 LIMIT 1 |
291
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 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 |
291
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 657) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
291
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` = 515 |
291
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 = 296) AND (id_product_attribute = 890) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
291
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 649 |
291
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` = 6 LIMIT 1 |
291
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
290
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` = 522 |
290
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` = 639 |
290
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` = 633 |
289
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` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
289
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` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
289
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_category` FROM `ps_category_product`
WHERE `id_product` = 515 |
289
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` = 515 AND id_shop=6 LIMIT 1 |
289
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` = 510 |
289
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` = 647 |
289
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 = 642) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
289
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 = 518) AND (id_product_attribute = 1300) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
288
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 650 |
288
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 6
AND cl.`id_category` = 70 LIMIT 1 |
288
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 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 |
288
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_category` FROM `ps_category_product`
WHERE `id_product` = 510 |
288
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 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 = 6) 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 = 6) WHERE p.`id_product` = 513 AND pa.`id_product` = 513 AND pa.`id_product_attribute` = 1295 LIMIT 1 |
288
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 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 |
288
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 = 644) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
287
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 = 511) AND (id_product_attribute = 1294) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
287
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 643 |
287
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) |
287
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` = 294 |
287
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
287
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
287
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 active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerInitAfter") LIMIT 1 |
287
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 location
FROM `ps_stock_available`
WHERE (id_product = 521) AND (id_product_attribute = 1303) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
287
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 639
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
287
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` = 643
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
287
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 = 659) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
287
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` = 522 |
286
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 |
286
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` = 13 LIMIT 1 |
286
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` = 514 AND id_shop=6 LIMIT 1 |
286
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` = 517 |
286
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 = 640) AND (id_product_attribute = 0) AND (id_shop = 6) 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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 656 |
286
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
286
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
286
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 = 509) AND (id_product_attribute = 1292) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
286
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 508 |
285
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` = 659 |
285
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` = 658 |
285
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 |
285
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` = 6 LIMIT 1 |
285
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 = 653) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
285
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` = 621 |
285
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` = 640 AND id_shop=6 LIMIT 1 |
285
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 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 = 6)
WHERE pa.`id_product_attribute` = 1294 LIMIT 1 |
285
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 = "filterProductSearch") LIMIT 1 |
285
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 513 |
285
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 = "moduleRoutes") LIMIT 1 |
284
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
284
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` = 8 LIMIT 1 |
284
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'QAR') LIMIT 1 |
284
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 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 |
284
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 659 |
284
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 = "actionFrontControllerSetMedia") LIMIT 1 |
284
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 648 |
283
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 |
283
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) |
283
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 1 FROM `ps_specific_price` WHERE id_product = 653 LIMIT 1 |
283
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 |
283
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 |
283
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
283
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 |
282
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 |
282
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` = 626 |
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 location
FROM `ps_stock_available`
WHERE (id_product = 519) AND (id_product_attribute = 1301) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
282
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) |
281
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 location
FROM `ps_stock_available`
WHERE (id_product = 507) AND (id_product_attribute = 1290) AND (id_shop = 6) 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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 657 |
281
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` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
281
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
281
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 = "actionControllerInitBefore") LIMIT 1 |
281
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
281
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 |
281
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 |
281
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 = 522) AND (id_product_attribute = 1304) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
280
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 6
AND cl.`id_category` = 28 LIMIT 1 |
280
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 651 |
280
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 |
280
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 |
280
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_shop` a
WHERE (a.`id_shop` = 6) LIMIT 1 |
280
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 location
FROM `ps_stock_available`
WHERE (id_product = 510) AND (id_product_attribute = 1293) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
280
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 515) AND (id_product_attribute = 1297) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
280
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 location
FROM `ps_stock_available`
WHERE (id_product = 518) AND (id_product_attribute = 1300) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
280
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 648 AND id_shop=6 LIMIT 1 |
279
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
279
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_category` FROM `ps_category_product`
WHERE `id_product` = 644 |
279
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` = 1 LIMIT 1 |
279
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
279
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 |
279
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` = 521 AND id_shop=6 LIMIT 1 |
279
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 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 |
279
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 655 |
279
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` = 643 AND id_shop=6 LIMIT 1 |
278
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 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 |
278
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
278
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) |
278
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` = 509 |
278
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
278
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 = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
278
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 = "actionPresentProduct") LIMIT 1 |
278
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 |
278
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 |
278
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` = 625
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
278
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) |
278
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 = "actionPresentProduct") LIMIT 1 |
277
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 = 524) AND (id_product_attribute = 1306) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
277
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) |
277
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 6
AND cl.`id_category` = 28 LIMIT 1 |
277
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
277
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` = 10 LIMIT 1 |
276
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
276
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
276
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
276
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` = 647 |
276
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 |
276
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 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 |
276
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 652 |
275
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` = 6 LIMIT 1 |
275
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` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
275
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_category` FROM `ps_category_product`
WHERE `id_product` = 516 |
275
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 `iso_code`
FROM `ps_country`
WHERE `id_country` = 229 LIMIT 1 |
275
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 location
FROM `ps_stock_available`
WHERE (id_product = 511) AND (id_product_attribute = 1294) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
275
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` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
275
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 location
FROM `ps_stock_available`
WHERE (id_product = 508) AND (id_product_attribute = 1291) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
275
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_category` FROM `ps_category_product`
WHERE `id_product` = 652 |
275
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` = 296 AND id_shop=6 LIMIT 1 |
275
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 |
275
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 = 6 AND id_lang = 2 AND id_category = 101 LIMIT 1 |
275
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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 25) LIMIT 1 |
275
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
275
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 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 |
275
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
275
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 |
274
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 = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
274
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) |
274
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 = "actionPresentProduct") LIMIT 1 |
274
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` = 509 |
274
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 |
274
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
274
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 = 516) AND (id_product_attribute = 1298) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
274
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 640
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
274
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` = 641 AND id_shop=6 LIMIT 1 |
274
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 = 6 AND id_lang = 2 AND id_category = 101 LIMIT 1 |
274
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_category` FROM `ps_category_product`
WHERE `id_product` = 656 |
274
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) |
274
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 = "actionPresentProduct") LIMIT 1 |
274
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
274
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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
274
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 633
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
273
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 519
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
273
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` = 523 |
273
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 |
273
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 6
AND cl.`id_category` = 118 LIMIT 1 |
273
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
273
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` = 652 AND id_shop=6 LIMIT 1 |
273
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 = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
273
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_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 5
AND id_shop = 6 LIMIT 1 |
273
ms
|
1 |
|
|
/classes/ObjectModel.php:1646
/config/config.inc.php:224<br>/index.php:27
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "overrideMinimalPurchasePrice") LIMIT 1 |
273
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 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 |
273
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
273
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 |
272
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` = 515 AND `id_group` = 1 LIMIT 1 |
272
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
272
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` = 507 |
272
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` = 653 |
272
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 |
272
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 |
272
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 |
272
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
272
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) |
272
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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
271
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 641
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
271
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 |
271
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
271
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) |
270
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) |
270
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 6
AND cl.`id_category` = 25 LIMIT 1 |
270
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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 101) LIMIT 1 |
270
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 |
270
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 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 |
270
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` = 12 LIMIT 1 |
269
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
269
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 |
269
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 |
269
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 = 6 AND id_lang = 2 AND id_category = 70 LIMIT 1 |
269
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` = 507
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
269
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'TND') LIMIT 1 |
269
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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 70) LIMIT 1 |
269
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 |
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 657
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
269
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 location
FROM `ps_stock_available`
WHERE (id_product = 294) AND (id_product_attribute = 886) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
269
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 |
268
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` = 524 |
268
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
268
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 |
268
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 661 |
268
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) |
268
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` = 650 AND id_shop=6 LIMIT 1 |
268
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` = 654 |
268
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MAD') LIMIT 1 |
268
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 location
FROM `ps_stock_available`
WHERE (id_product = 520) AND (id_product_attribute = 1302) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
268
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
268
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 1 FROM `ps_specific_price` WHERE id_product = 511 LIMIT 1 |
268
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 |
267
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 |
267
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 |
267
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 |
267
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` = 296
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
267
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 |
267
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 |
267
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 location
FROM `ps_stock_available`
WHERE (id_product = 514) AND (id_product_attribute = 1296) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
267
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_category` FROM `ps_category_product`
WHERE `id_product` = 520 |
267
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
267
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
266
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_category` FROM `ps_category_product`
WHERE `id_product` = 524 |
266
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) |
266
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
266
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 = 515) AND (id_product_attribute = 1297) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
266
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' 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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
266
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) |
266
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 644 |
266
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 = 6 AND id_lang = 2 AND id_category = 70 LIMIT 1 |
266
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` = 645 |
266
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 location
FROM `ps_stock_available`
WHERE (id_product = 295) AND (id_product_attribute = 884) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
266
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
265
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` = 522 AND id_shop=6 LIMIT 1 |
265
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_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 6 LIMIT 1 |
265
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 513 AND id_shop=6 LIMIT 1 |
265
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 |
265
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) |
265
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` = 15 LIMIT 1 |
265
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 = "actionProductSearchAfter") LIMIT 1 |
265
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 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 |
265
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 = "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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
265
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 = "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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
265
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 |
265
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
265
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 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 |
265
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 295 AND id_shop=6 LIMIT 1 |
264
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 = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
264
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 |
264
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) |
264
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
264
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 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 |
263
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 644
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
263
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 |
263
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` = 518
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
263
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 520
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
263
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
263
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` = 641 |
263
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 |
262
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` = 630 AND id_shop=6 LIMIT 1 |
262
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 = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
262
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
262
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 = "actionPresentProduct") LIMIT 1 |
262
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` = 631 |
262
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
262
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 |
262
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` = 633 |
261
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 |
261
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
261
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 `iso_code` = 'ar' LIMIT 1 |
261
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
261
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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
261
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 |
261
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 |
261
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` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
261
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 645
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
261
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
261
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 |
261
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 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 |
261
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 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 active
FROM `ps_hook` h
WHERE (h.name = "actionProductSearchProviderRunQueryBefore") LIMIT 1 |
260
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
260
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` = 508 AND `id_group` = 1 LIMIT 1 |
260
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 |
260
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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
259
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 514
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
259
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
259
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` = 515
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
259
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_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 6 LIMIT 1 |
259
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
259
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` = 521 AND `id_group` = 1 LIMIT 1 |
259
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` = 639 AND id_shop=6 LIMIT 1 |
258
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 location
FROM `ps_stock_available`
WHERE (id_product = 522) AND (id_product_attribute = 1304) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
258
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 656 AND id_shop=6 LIMIT 1 |
258
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 = 509) AND (id_product_attribute = 1292) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
258
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 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 |
258
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 655 AND id_shop=6 LIMIT 1 |
258
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
258
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 = "actionControllerInitAfter") LIMIT 1 |
258
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 510) AND (id_product_attribute = 1293) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
258
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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
258
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 648
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
258
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` = 521
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 location
FROM `ps_stock_available`
WHERE (id_product = 517) AND (id_product_attribute = 1299) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
257
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
257
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 6
AND cl.`id_category` = 70 LIMIT 1 |
257
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 508
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 650 |
257
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) |
257
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 |
257
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
257
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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
257
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
256
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 |
256
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` = 649 |
256
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 = 507) AND (id_product_attribute = 1290) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
256
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 522
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
256
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 |
256
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 |
256
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` = 651 |
256
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` = 642 AND id_shop=6 LIMIT 1 |
256
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` = 523 AND id_shop=6 LIMIT 1 |
256
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 = 520) AND (id_product_attribute = 1302) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
255
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 653 AND `id_group` = 1 LIMIT 1 |
255
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` = 511 AND id_shop=6 LIMIT 1 |
255
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 = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
255
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` = 621 AND id_shop=6 LIMIT 1 |
255
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 |
255
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) |
255
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 = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
255
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 |
255
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) |
255
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) |
255
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 |
255
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_group_lang`
WHERE `id_group` = 1 |
255
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
255
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 656 AND `id_group` = 1 LIMIT 1 |
254
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
254
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` = 509 AND `id_group` = 1 LIMIT 1 |
254
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
254
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 |
254
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 |
254
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.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
254
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 642
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
254
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` = 510 AND id_shop=6 LIMIT 1 |
254
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 |
254
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 |
254
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` = 646
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
253
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` = 627 AND id_shop=6 LIMIT 1 |
253
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 |
253
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` = 625 AND `id_group` = 1 LIMIT 1 |
253
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
253
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
253
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 |
253
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 522 AND `id_group` = 1 LIMIT 1 |
253
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 (6) LIMIT 1 |
252
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 |
252
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
252
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 653 AND id_shop=6 LIMIT 1 |
252
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` = 646 |
252
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 |
252
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` = 519 AND id_shop=6 LIMIT 1 |
251
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 |
251
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 = "productSearchProvider") LIMIT 1 |
251
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 655
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
251
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 |
251
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 |
251
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 |
251
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) |
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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
251
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 = "actionPresentCart") LIMIT 1 |
250
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 647 AND id_shop=6 LIMIT 1 |
250
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` = 638 AND id_shop=6 LIMIT 1 |
250
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
250
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 507 AND `id_group` = 1 LIMIT 1 |
250
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
250
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
250
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 |
250
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
250
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 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 |
249
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 |
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
249
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 |
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 = "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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 656
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
249
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
249
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 |
249
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` = 509
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
249
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 638 |
249
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` = 517 AND id_shop=6 LIMIT 1 |
248
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
248
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=6 LIMIT 1 |
248
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` = 643 AND `id_group` = 1 LIMIT 1 |
248
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 |
248
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` = 651 AND id_shop=6 LIMIT 1 |
248
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) |
248
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 520 AND `id_group` = 1 LIMIT 1 |
248
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 |
248
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 |
248
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 |
247
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 |
247
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` = 520 AND id_shop=6 LIMIT 1 |
247
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 |
247
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_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
247
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 id_required_field, object_name, field_name
FROM ps_required_field |
247
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 658 AND id_shop=6 LIMIT 1 |
247
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` = 524
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
247
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 523
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
247
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 511 AND `id_group` = 1 LIMIT 1 |
246
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 |
246
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) |
246
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) |
246
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` = 654
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
246
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 |
246
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 |
246
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` = 652
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
246
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) |
246
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 |
246
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EGP') LIMIT 1 |
246
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
246
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 |
246
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` = 646 AND `id_group` = 1 LIMIT 1 |
246
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
245
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
245
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 |
245
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 |
245
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` = 647 AND `id_group` = 1 LIMIT 1 |
245
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` = 518 AND id_shop=6 LIMIT 1 |
245
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 |
244
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` = 513 AND `id_group` = 1 LIMIT 1 |
244
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 |
244
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 = 6 AND id_lang = 2 AND id_category = 25 LIMIT 1 |
244
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 |
244
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
244
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 649 AND `id_group` = 1 LIMIT 1 |
244
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` = 646 AND id_shop=6 LIMIT 1 |
244
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
244
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 |
243
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 = "filterHtmlContent") LIMIT 1 |
243
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 `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 13 LIMIT 1 |
243
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 649
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
243
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_category` FROM `ps_category_product`
WHERE `id_product` = 523 |
242
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 518 AND `id_group` = 1 LIMIT 1 |
242
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` = 661 AND id_shop=6 LIMIT 1 |
242
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` = 658
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
242
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` = 507 |
242
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
242
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` = 517 AND `id_group` = 1 LIMIT 1 |
242
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 6
AND cl.`id_category` = 25 LIMIT 1 |
242
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 id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 5
AND id_shop = 6 LIMIT 1 |
242
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
241
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 = 6 AND id_lang = 2 AND id_category = 28 LIMIT 1 |
241
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) |
241
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` = 659 AND id_shop=6 LIMIT 1 |
241
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 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 |
241
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` = 659
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
241
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 |
241
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
241
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 641 AND `id_group` = 1 LIMIT 1 |
241
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 6
AND cl.`id_category` = 118 LIMIT 1 |
240
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 active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
240
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
240
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) |
240
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 |
240
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 638
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
240
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 |
239
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 |
239
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` = 647
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
239
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_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 6 LIMIT 1 |
239
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
238
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 |
238
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 |
238
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
238
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 644 AND `id_group` = 1 LIMIT 1 |
238
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` = 513
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
238
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 640 AND `id_group` = 1 LIMIT 1 |
238
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` = 653
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
238
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) |
238
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 |
237
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
237
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` = 516 AND `id_group` = 1 LIMIT 1 |
237
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` = 649 AND id_shop=6 LIMIT 1 |
237
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` = 648 AND `id_group` = 1 LIMIT 1 |
237
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` = 644 AND id_shop=6 LIMIT 1 |
237
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) |
236
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 |
236
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 |
236
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` = 516
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
236
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
236
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) |
236
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` = 661
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
236
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 |
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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
235
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
235
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 = "displayHeader") LIMIT 1 |
235
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
234
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) |
233
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 |
233
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` = 630 AND `id_group` = 1 LIMIT 1 |
233
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` = 517
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
233
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 |
232
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` = 633 AND `id_group` = 1 LIMIT 1 |
232
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` = 510
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
232
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 = "actionModuleRegisterHookBefore") LIMIT 1 |
232
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
232
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
231
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 645 AND id_shop=6 LIMIT 1 |
231
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` = 661 AND `id_group` = 1 LIMIT 1 |
231
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 |
231
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` = 523 AND `id_group` = 1 LIMIT 1 |
231
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` = 514 AND `id_group` = 1 LIMIT 1 |
231
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 |
230
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` = 638 AND `id_group` = 1 LIMIT 1 |
230
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` = 650
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
230
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 |
230
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 |
229
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 |
229
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
229
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` = 651
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
228
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` = 650 AND `id_group` = 1 LIMIT 1 |
227
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) |
227
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
227
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
227
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` = 652 AND `id_group` = 1 LIMIT 1 |
226
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 COUNT(*) FROM ps_shop LIMIT 1 |
225
ms
|
12 |
|
|
/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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
225
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` = 507 AND id_shop=6 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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
225
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) |
225
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 |
224
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 |
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
224
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` = 633 AND id_shop=6 LIMIT 1 |
224
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` = 651 AND `id_group` = 1 LIMIT 1 |
224
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` = 510 AND `id_group` = 1 LIMIT 1 |
223
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
223
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` = 658 AND `id_group` = 1 LIMIT 1 |
223
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 |
221
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=6 LIMIT 1 |
220
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 |
220
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` = 519 AND `id_group` = 1 LIMIT 1 |
219
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 = 6 AND id_lang = 2 AND id_category = 118 LIMIT 1 |
219
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 = "actionModuleRegisterHookBefore") LIMIT 1 |
217
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 645 AND `id_group` = 1 LIMIT 1 |
217
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 |
217
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` = 654 AND `id_group` = 1 LIMIT 1 |
216
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` = 627 AND `id_group` = 1 LIMIT 1 |
215
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 |
214
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
213
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` = 621
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
212
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 655 AND `id_group` = 1 LIMIT 1 |
211
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 |
197
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
|