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 = 12 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 = 12 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='12' GROUP BY p.id_product) p |
78951
ms
|
272484 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:736<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:714<br>/modules/ps_facetedsearch/src/Filters/Products.php:90<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:159<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 12 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 = 12 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='12' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add ASC, p.id_product DESC LIMIT 0, 50 |
49522
ms
|
272484 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:87<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:159<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="305fb691aec7d6d6f40d02deaff499f7" LIMIT 1 |
33126
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 193
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
31386
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 ORDER BY `iso_code` ASC |
15476
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 164 AND `id_group` = 1 LIMIT 1 |
13459
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 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`) |
12035
ms
|
10158 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
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 = 5
AND ml.id_shop = 12 LIMIT 1 |
10730
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 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 = 12 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` = 12) AND (mg.id_shop = 12 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
9939
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 *
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` = 12
WHERE (a.`id_country` = 151) LIMIT 1 |
9746
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 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 = 12)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
9715
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 *
FROM `ps_product_lang`
WHERE `id_product` = 172 AND `id_shop` = 12 |
9182
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
9056
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 *
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` = 12
WHERE (a.`id_product_attribute` = 1010) LIMIT 1 |
8859
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 161 AND id_shop=12 LIMIT 1 |
8713
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 988) LIMIT 1 |
8472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 181 |
8096
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 191) |
7640
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 162
ORDER BY f.position ASC |
7635
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 191
LIMIT 1 |
7634
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` = 994
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 155 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` = 994
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 155 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
7620
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 181 AND `id_shop` = 12 |
7583
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 172 AND pa.`id_product` = 172 AND pa.`id_product_attribute` = 1026 LIMIT 1 |
7577
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 154) |
7512
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 178 |
7185
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 170 AND pa.`id_product` = 170 AND pa.`id_product_attribute` = 1022 LIMIT 1 |
7106
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 (12) LIMIT 1 |
6909
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 |
6877
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 196
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
6833
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 177) AND (id_product_attribute = 1044) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
6743
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
6555
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` = 176 AND `id_group` = 1 LIMIT 1 |
5999
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 (12) LIMIT 1 |
5876
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 165
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
5810
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.`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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 177 AND pa.`id_product` = 177 AND pa.`id_product_attribute` = 1044 LIMIT 1 |
5785
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 l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
5750
ms
|
35 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
5730
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 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` = 988
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 151 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` = 988
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
5697
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` = 12 |
5680
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:43<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 164
ORDER BY f.position ASC |
5596
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
5528
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
5435
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 = 196) AND (id_product_attribute = 840) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
5387
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 value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
5343
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 name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
5314
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 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` = 1026
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 172 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` = 1026
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 172 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
5276
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 160 AND id_shop=12 LIMIT 1 |
5135
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` = 170 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` = 170 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
5102
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 location
FROM `ps_stock_available`
WHERE (id_product = 169) AND (id_product_attribute = 1020) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
5076
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 = 165) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
4958
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 = 180) AND (id_product_attribute = 1038) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
4889
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_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
4860
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 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` = 1000
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 159 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` = 1000
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 159 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4738
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 184
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
4700
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 `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 |
4544
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 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 = 'marocfleurs.online' OR su.domain_ssl = 'marocfleurs.online')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
4486
ms
|
13 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 191 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
4476
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` = 1012
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 165 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` = 1012
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4360
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12)
WHERE pa.`id_product_attribute` = 1002 LIMIT 1 |
4271
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 189
ORDER BY f.position ASC |
4269
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 1024
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 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` = 1024
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4248
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 170
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
4173
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_lang`
WHERE `id_product` = 164 AND `id_shop` = 12 |
4148
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` = 169 AND `id_shop` = 12 |
4146
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 = 181) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
3971
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 = 12)
WHERE i.`id_product` = 171
AND image_shop.`cover` = 1 LIMIT 1 |
3971
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` = 12
WHERE (a.`id_product_attribute` = 1014) LIMIT 1 |
3881
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 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 = 12)
WHERE l.`active` = 1 LIMIT 1 |
3863
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 DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
3846
ms
|
1610 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 191 AND id_shop=12 LIMIT 1 |
3814
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 = 199) AND (id_product_attribute = 846) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
3628
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1042
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 178 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` = 1042
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3563
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 166 |
3404
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 194) AND (id_product_attribute = 838) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
3283
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 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 = 12 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
3202
ms
|
237 |
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 177
LIMIT 1 |
3143
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 166 AND pa.`id_product` = 166 AND pa.`id_product_attribute` = 1014 LIMIT 1 |
3044
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 165 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2955
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
2927
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` = 160 |
2919
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 195) LIMIT 1 |
2890
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` = 12
WHERE (a.`id_product` = 187) LIMIT 1 |
2872
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 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 = 12)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 5)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
2850
ms
|
194 |
Yes
|
|
/classes/Country.php:147
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:951<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:45<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 2) LIMIT 1 |
2832
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_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 12
WHERE (a.`id_lang` = 6) LIMIT 1 |
2682
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 name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
2634
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
2614
ms
|
712 |
Yes
|
|
/classes/Country.php:154
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:951<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:45<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 159 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2606
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 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 = 12) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 5) 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` = 5) ORDER BY f.`position` ASC |
2572
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-09-12 00:00:00' AND '2025-09-12 23:59:59' LIMIT 1 |
2547
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 COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
2544
ms
|
2592100 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionDispatcher") LIMIT 1 |
2520
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:514<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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 188
ORDER BY `position` |
2516
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
2489
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 188
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2457
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 181 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` = 181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2454
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
2445
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1042) LIMIT 1 |
2355
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 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` = 12 |
2352
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/tfjardinage/tfjardinage.php:50<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:286<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 179
ORDER BY f.position ASC |
2339
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 1032
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 183 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` = 1032
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 183 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2292
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 c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 5 AND cl.id_shop = 12 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 12)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND c.`id_category` != 39
AND `level_depth` <= 5
AND nleft >= 38 AND nright <= 157
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
2276
ms
|
142 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:151
/modules/ps_categorytree/ps_categorytree.php:334<br>/modules/ps_categorytree/ps_categorytree.php:315<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 189
LIMIT 1 |
2260
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 189 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2241
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` = 818
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 185 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` = 818
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2171
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_shop` a
WHERE (a.`id_shop` = 12) LIMIT 1 |
2140
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 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 (1042) AND il.`id_lang` = 5 ORDER by i.`position` |
2126
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 164) |
2103
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` = 189 AND id_shop=12 LIMIT 1 |
2082
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_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 161) |
2040
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 826
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 189 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` = 826
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 189 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1926
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 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` = 183 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` = 183 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1915
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` = 12
WHERE (a.`id_product` = 201) LIMIT 1 |
1910
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 164) AND (b.`id_shop` = 12) LIMIT 1 |
1907
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 191
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1884
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` = 164
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1880
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 177 AND id_shop=12 LIMIT 1 |
1857
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` = 1044
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 177 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` = 1044
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 177 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1809
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 1 FROM `ps_specific_price` WHERE id_product = 181 LIMIT 1 |
1799
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 = 202) AND (id_product_attribute = 848) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
1796
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` = 179
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1704
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, 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 166
ORDER BY f.position ASC |
1701
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 12
WHERE (a.`id_category` = 105) LIMIT 1 |
1686
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 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 187
ORDER BY f.position ASC |
1666
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 194 AND `id_shop` = 12 |
1636
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 = 12)
WHERE pa.`id_product_attribute` = 1046 LIMIT 1 |
1625
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1623
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 171
LIMIT 1 |
1621
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 195) AND (id_product_attribute = 836) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
1604
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 183 AND id_shop=12 LIMIT 1 |
1602
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 = 12)
WHERE pa.`id_product_attribute` = 1010 LIMIT 1 |
1573
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` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 185) AND (b.`id_shop` = 12) LIMIT 1 |
1480
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 179
LIMIT 1 |
1479
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 194 |
1451
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 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 = 12) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5) 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` = 5) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1449
ms
|
9 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
/modules/ps_facetedsearch/src/Filters/Converter.php:358<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
1423
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1417
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, alias FROM `ps_hook_alias` |
1399
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 186
LIMIT 1 |
1383
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` = 178 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` = 178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1356
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 195
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1345
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 164
LIMIT 1 |
1344
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
1336
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 184
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 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` = 12 |
1323
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/tfwholesales/tfwholesales.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 194) LIMIT 1 |
1322
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 189) |
1304
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 164 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1299
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 178
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 192
LIMIT 1 |
1282
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 195 |
1272
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` = 12
WHERE (a.`id_product` = 167) LIMIT 1 |
1263
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 165) |
1260
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 824
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188 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` = 824
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1259
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 191 |
1247
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 151
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1242
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 151 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1240
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_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 = 12)
WHERE pa.`id_product_attribute` = 828 LIMIT 1 |
1235
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 191 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` = 191 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1225
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` = 189 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` = 189 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1224
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 188
ORDER BY f.position ASC |
1218
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 187
LIMIT 1 |
1217
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 151 |
1215
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 12
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 12) LIMIT 1 |
1213
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_categorytree/ps_categorytree.php:322<br>/modules/ps_categorytree/ps_categorytree.php:315<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1206
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` = 187 |
1206
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 154
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1205
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.`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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 189 AND pa.`id_product` = 189 AND pa.`id_product_attribute` = 826 LIMIT 1 |
1202
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 184
ORDER BY f.position ASC |
1196
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 199
LIMIT 1 |
1192
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 193
LIMIT 1 |
1170
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1132
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`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 = 12)
WHERE i.`id_product` = 164
AND image_shop.`cover` = 1 LIMIT 1 |
1126
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 180 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1126
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
|
SHOW TABLES LIKE 'ps_tnwuandmg' |
1125
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
1123
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
1120
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 161
LIMIT 1 |
1112
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 200 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1106
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_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
1105
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 166
AND pac.`id_product_attribute` = 1014
AND agl.`id_lang` = 5 |
1100
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 (12) LIMIT 1 |
1091
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 179 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1084
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
1072
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_hook_module_exceptions`
WHERE `id_shop` IN (12) |
1066
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 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 = 12) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 5) 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` = 5) ORDER BY f.`position` ASC |
1058
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (820) AND il.`id_lang` = 5 ORDER by i.`position` |
1056
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 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` = 177 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` = 177 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1056
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 152
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1056
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 177 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1056
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` = 186 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` = 186 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1052
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 820) LIMIT 1 |
1052
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT 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 = 12) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 5) 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` = 5) ORDER BY f.`position` ASC |
1040
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 191
AND pac.`id_product_attribute` = 828
AND agl.`id_lang` = 5 |
1036
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 159
LIMIT 1 |
1034
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 169) |
1028
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 188
LIMIT 1 |
1026
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 201
LIMIT 1 |
1024
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, 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 199
ORDER BY f.position ASC |
1022
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 157 |
1022
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 163
LIMIT 1 |
1021
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 162
LIMIT 1 |
1020
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` = 12 |
1019
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/tfabonnementfloral/tfabonnementfloral.php:54<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 185
LIMIT 1 |
1013
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 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 (818) AND il.`id_lang` = 5 ORDER by i.`position` |
1003
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 185
AND pac.`id_product_attribute` = 818
AND agl.`id_lang` = 5 |
1002
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 183
LIMIT 1 |
1002
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 = 12) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 5) 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` = 5) ORDER BY f.`position` ASC |
1002
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 152
LIMIT 1 |
996
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 181 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
994
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
988
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 178 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
982
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 199 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
980
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 171) AND (b.`id_shop` = 12) LIMIT 1 |
977
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
977
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 160
LIMIT 1 |
976
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 196
LIMIT 1 |
974
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 190
LIMIT 1 |
971
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` = 830
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 192 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` = 830
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 192 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
969
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 201 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
966
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
964
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 176
LIMIT 1 |
961
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` = 159
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
958
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 151
LIMIT 1 |
957
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 155
LIMIT 1 |
951
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 |
950
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1014
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 166 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` = 1014
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 166 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
949
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 203 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
949
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 178 AND `id_shop` = 12 |
946
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 170
LIMIT 1 |
946
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 (12) LIMIT 1 |
944
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` = 12
WHERE (a.`id_category` = 61) LIMIT 1 |
943
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
942
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 180
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
935
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 161 |
931
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` = 850
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 203 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` = 850
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 203 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
931
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 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` = 203 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` = 203 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
929
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 157
LIMIT 1 |
925
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 = "actionModuleRegisterHookBefore") LIMIT 1 |
925
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 158
LIMIT 1 |
918
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 167
LIMIT 1 |
918
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 189
AND pac.`id_product_attribute` = 826
AND agl.`id_lang` = 5 |
912
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 176 AND id_shop=12 LIMIT 1 |
911
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_lang`
WHERE `id_category` = 61 AND `id_shop` = 12 |
906
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 166
LIMIT 1 |
904
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, 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 151
ORDER BY f.position ASC |
904
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 199 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` = 199 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
902
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 173
LIMIT 1 |
897
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 182) AND (b.`id_shop` = 12) LIMIT 1 |
896
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` = 180 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` = 180 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
896
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 165
LIMIT 1 |
896
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
895
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 154
LIMIT 1 |
892
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 169
LIMIT 1 |
884
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 160 LIMIT 1 |
876
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 200) AND (b.`id_shop` = 12) LIMIT 1 |
875
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
871
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 168
LIMIT 1 |
869
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 12 |
868
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 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` = 1046
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 176 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` = 1046
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 176 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
865
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 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` = 202 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` = 202 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
862
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 175
LIMIT 1 |
861
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
858
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 203
LIMIT 1 |
856
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 159) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
854
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 182
LIMIT 1 |
852
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 176) |
849
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 180
LIMIT 1 |
847
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 187
ORDER BY `position` |
844
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 12 LIMIT 1 |
843
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
841
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` = 164 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` = 164 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
841
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 177) AND (b.`id_shop` = 12) LIMIT 1 |
837
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
836
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 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` = 176 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` = 176 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
834
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 12
AND cl.`id_category` = 97 LIMIT 1 |
834
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 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` = 844
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 198 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` = 844
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 198 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
832
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 176 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
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 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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 197
ORDER BY `position` |
832
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 location
FROM `ps_stock_available`
WHERE (id_product = 185) AND (id_product_attribute = 818) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
831
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 172
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
831
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 12 |
829
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 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 = 12) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5) 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` = 5) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
829
ms
|
9 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
/modules/ps_facetedsearch/src/Filters/Converter.php:358<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
827
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 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 (1030) AND il.`id_lang` = 5 ORDER by i.`position` |
826
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 186) |
824
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 185 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` = 185 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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 190) AND (b.`id_shop` = 12) LIMIT 1 |
818
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 200
LIMIT 1 |
818
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 198
LIMIT 1 |
818
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
816
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` = 846
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 199 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` = 846
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 199 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
810
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 155 |
810
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 190
AND pac.`id_product_attribute` = 834
AND agl.`id_lang` = 5 |
806
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 177
ORDER BY f.position ASC |
805
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 5) 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` = 5) ORDER BY f.`position` ASC |
805
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
803
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 188) AND (b.`id_shop` = 12) LIMIT 1 |
802
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 183 AND `id_group` = 1 LIMIT 1 |
801
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` = 191 AND `id_group` = 1 LIMIT 1 |
800
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 |
796
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 = 166) AND (id_product_attribute = 1014) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
795
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 197
LIMIT 1 |
792
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 183) |
791
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 199 |
791
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 171 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
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 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 |
785
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 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 154 |
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 195
LIMIT 1 |
785
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 179) AND (b.`id_shop` = 12) 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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
783
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` = 858
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 200 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` = 858
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
781
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 834) LIMIT 1 |
781
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT 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 = 12) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 5) 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` = 5) ORDER BY f.`position` ASC |
778
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 201) AND (id_product_attribute = 46) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
777
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 828
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 191 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` = 828
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 191 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: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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 177
AND pac.`id_product_attribute` = 1044
AND agl.`id_lang` = 5 |
771
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 194
LIMIT 1 |
771
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 151 AND `id_group` = 1 LIMIT 1 |
770
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 161 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
769
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 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 = 12) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 5) 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` = 5) ORDER BY f.`position` ASC |
765
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 172 |
764
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 192
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
763
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 167 |
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 181
LIMIT 1 |
762
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` = 179 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` = 179 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
760
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 152 |
760
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 198
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
758
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
758
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 190
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
757
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 188
AND pac.`id_product_attribute` = 824
AND agl.`id_lang` = 5 |
756
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_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 = 12)
WHERE pa.`id_product_attribute` = 1030 LIMIT 1 |
755
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
754
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 158 |
754
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 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 = 12)
WHERE i.`id_product` = 190
AND image_shop.`cover` = 1 LIMIT 1 |
754
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 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 197 |
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 202
LIMIT 1 |
750
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, 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 178
ORDER BY f.position ASC |
749
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 177 |
749
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 197) AND (b.`id_shop` = 12) LIMIT 1 |
749
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
749
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 200
AND pac.`id_product_attribute` = 858
AND agl.`id_lang` = 5 |
748
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 178) AND (b.`id_shop` = 12) LIMIT 1 |
745
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` = 15 LIMIT 1 |
745
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 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 175 |
744
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 170 |
742
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 179 |
741
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
741
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 173 |
741
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 202
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
740
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 160 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` = 160 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
740
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 168 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
738
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 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 (1032) AND il.`id_lang` = 5 ORDER by i.`position` |
736
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 162 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
735
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 178
AND pac.`id_product_attribute` = 1042
AND agl.`id_lang` = 5 |
735
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_hook`, `name` FROM `ps_hook` |
734
ms
|
891 |
|
|
/classes/Hook.php:1235
/classes/Hook.php:212<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 160 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
734
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 169
ORDER BY f.position ASC |
732
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 182
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
731
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 203
ORDER BY f.position ASC |
731
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 155 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
729
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
729
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 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 196 |
728
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 163 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
728
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 184) |
725
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
724
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 = 188) AND (id_product_attribute = 824) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
724
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 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 161 |
723
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 176
ORDER BY f.position ASC |
723
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 188 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
721
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 160 |
719
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` = 188 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` = 188 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
719
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-12 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 = 12
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 12
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 12
WHERE p.id_product = 172
LIMIT 1 |
719
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` = 163 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` = 163 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
719
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 182 |
718
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_shop FROM ps_shop |
718
ms
|
11 |
|
|
/classes/shop/Shop.php:747
/classes/Hook.php:613<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 5) 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` = 5) ORDER BY f.`position` ASC |
718
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_angarbanners`
WHERE id_shop = 12 AND id_lang = 5
AND hook = 'header' AND active = 1
ORDER BY item_order ASC |
717
ms
|
268 |
Yes
|
|
/modules/angarbanners/angarbanners.php:314
/modules/angarbanners/angarbanners.php:297<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 187 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
717
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 198 |
714
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
713
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_angarbanners`
WHERE id_shop = 12 AND id_lang = 5
AND hook = 'left' AND active = 1
ORDER BY item_order ASC |
713
ms
|
268 |
Yes
|
|
/modules/angarbanners/angarbanners.php:314
/modules/angarbanners/angarbanners.php:252<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
713
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 170
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
712
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 162 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` = 162 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
711
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.`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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 187 AND pa.`id_product` = 187 AND pa.`id_product_attribute` = 822 LIMIT 1 |
711
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 191
ORDER BY f.position ASC |
710
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 195 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
710
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
710
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 199
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
710
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` = 1002
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 160 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` = 1002
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 160 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
708
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 182
ORDER BY f.position ASC |
708
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 197
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
708
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` = 822
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187 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` = 822
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
707
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 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` = 171 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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
705
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` = 12
WHERE (a.`id_product` = 151) LIMIT 1 |
703
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 203
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
702
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 158 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
701
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 200) AND (id_product_attribute = 858) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
701
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 191) AND (b.`id_shop` = 12) LIMIT 1 |
700
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 176
AND pac.`id_product_attribute` = 1046
AND agl.`id_lang` = 5 |
699
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 170 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
699
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
698
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` = 161 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` = 161 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
697
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 157 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
696
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 186 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
696
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 203 |
695
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 167 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
695
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
694
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1010
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 164 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` = 1010
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 164 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
694
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
693
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 175
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
691
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 203
AND pac.`id_product_attribute` = 850
AND agl.`id_lang` = 5 |
691
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
690
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
690
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (828) AND il.`id_lang` = 5 ORDER by i.`position` |
689
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 175 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
687
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 190 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
686
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 200 |
685
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
684
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 197 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
684
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
683
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
682
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
682
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 161
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
677
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 184
AND pac.`id_product_attribute` = 1030
AND agl.`id_lang` = 5 |
677
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
677
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 177
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
676
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` = 1022
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 170 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` = 1022
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 170 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
673
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 151
AND pac.`id_product_attribute` = 988
AND agl.`id_lang` = 5 |
673
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
672
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
671
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` = 1030
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 184 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` = 1030
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 184 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
671
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
669
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 185 AND `id_shop` = 12 |
669
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 = "actionFrontControllerInitBefore") LIMIT 1 |
669
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 184 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
668
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_lang`
WHERE `id_category` = 95 AND `id_shop` = 12 |
668
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
667
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` = 990
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 152 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` = 990
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 152 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
665
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
665
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 190 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` = 190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
664
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` = 820
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 186 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` = 820
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 186 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
663
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 type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 25
AND id_shop = 12
GROUP BY `type`, id_value ORDER BY position ASC |
663
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 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` = 168 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` = 168 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
663
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 169 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
663
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
663
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 173 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
662
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` = 201 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` = 201 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
662
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 183 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
660
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 168) AND (b.`id_shop` = 12) LIMIT 1 |
659
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 187
AND pac.`id_product_attribute` = 822
AND agl.`id_lang` = 5 |
659
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
657
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
656
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 166 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
655
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
655
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` = 1008
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 163 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` = 1008
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 163 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
654
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
653
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 184
ORDER BY `position` |
653
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
652
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 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` = 158 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` = 158 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
652
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
652
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 201
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
650
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
650
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` = 192 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` = 192 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
650
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 185 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
650
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 202 |
649
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` = 159 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` = 159 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
648
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 185
ORDER BY f.position ASC |
648
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 157 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` = 157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
648
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 179
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
647
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 171 |
647
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
645
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 152 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
645
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 201 |
645
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
644
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 159) |
643
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
643
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
642
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
641
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 836
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 195 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` = 836
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 195 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
641
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 200
ORDER BY f.position ASC |
640
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 172
ORDER BY f.position ASC |
640
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 154 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
640
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` = 1020
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 169 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` = 1020
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 169 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
639
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
638
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 200
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
638
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 198
ORDER BY f.position ASC |
638
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 1004
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 161 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` = 1004
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 161 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
637
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
637
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
637
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
636
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
636
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 202
AND pac.`id_product_attribute` = 848
AND agl.`id_lang` = 5 |
636
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
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 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` = 200 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` = 200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
634
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 167
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
634
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
632
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` = 840
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 196 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` = 840
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 196 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
631
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 157
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
631
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 161) AND (b.`id_shop` = 12) LIMIT 1 |
630
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 202 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
630
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` = 996
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 157 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` = 996
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
630
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 160
AND pac.`id_product_attribute` = 1002
AND agl.`id_lang` = 5 |
629
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
629
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 160
ORDER BY f.position ASC |
629
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 1006
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 162 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` = 1006
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 162 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
629
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 198 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
628
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 183
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
626
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 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` = 46
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 201 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` = 46
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 201 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
626
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 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` = 155 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` = 155 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
625
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187 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` = 187 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
625
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 162) AND (b.`id_shop` = 12) LIMIT 1 |
624
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 165
ORDER BY f.position ASC |
622
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 203) AND (b.`id_shop` = 12) LIMIT 1 |
621
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 182
ORDER BY `position` |
620
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 173 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` = 173 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
619
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` = 151 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` = 151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
618
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` = 167 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` = 167 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
618
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` = 992
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 154 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` = 992
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
618
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 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` = 166 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` = 166 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
617
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` = 154 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` = 154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
614
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 181
AND pac.`id_product_attribute` = 1036
AND agl.`id_lang` = 5 |
613
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 193 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
613
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 163
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
612
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 152 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` = 152 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
611
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` = 1018
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 168 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` = 1018
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 168 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
610
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 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` = 998
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 158 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` = 998
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 158 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
609
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 162
AND pac.`id_product_attribute` = 1006
AND agl.`id_lang` = 5 |
609
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 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` = 842
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 197 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` = 842
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 197 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
609
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 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` = 193 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` = 193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
609
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
608
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 155
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
605
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` = 834
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 190 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` = 834
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
605
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 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` = 175 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` = 175 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
604
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 185
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
601
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
600
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 188 |
600
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 189 |
600
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 163) AND (b.`id_shop` = 12) LIMIT 1 |
599
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
597
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 184 |
597
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 178
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_angarbanners`
WHERE id_shop = 12 AND id_lang = 5
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
594
ms
|
268 |
Yes
|
|
/modules/angarbanners/angarbanners.php:314
/modules/angarbanners/angarbanners.php:272<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 187) AND (b.`id_shop` = 12) LIMIT 1 |
593
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 159
ORDER BY f.position ASC |
593
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 197 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` = 197 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
591
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
590
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 191 AND pa.`id_product` = 191 AND pa.`id_product_attribute` = 828 LIMIT 1 |
588
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 195
ORDER BY f.position ASC |
588
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 6
AND id_shop = 12 LIMIT 1 |
587
ms
|
1 |
|
|
/classes/ObjectModel.php:1646
/config/config.inc.php:224<br>/index.php:27
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 169 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` = 169 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
587
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 159) AND (b.`id_shop` = 12) LIMIT 1 |
586
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 172
AND pac.`id_product_attribute` = 1026
AND agl.`id_lang` = 5 |
586
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
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_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 186) AND (b.`id_shop` = 12) 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>/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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 163
ORDER BY f.position ASC |
585
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
585
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 161
ORDER BY f.position ASC |
583
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 162 |
583
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 178
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
583
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 198 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` = 198 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
581
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` = 832
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 193 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` = 832
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
578
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 158) AND (b.`id_shop` = 12) LIMIT 1 |
576
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 160
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
575
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` = 1016
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 167 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` = 1016
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 167 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
574
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 199
AND pac.`id_product_attribute` = 846
AND agl.`id_lang` = 5 |
574
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_lang`
WHERE `id_product` = 151 AND `id_shop` = 12 |
573
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 162) LIMIT 1 |
571
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
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 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 162
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
570
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 157
ORDER BY f.position ASC |
569
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
569
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 161
AND pac.`id_product_attribute` = 1004
AND agl.`id_lang` = 5 |
568
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 187 |
567
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 151) AND (b.`id_shop` = 12) LIMIT 1 |
567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 199 AND pa.`id_product` = 199 AND pa.`id_product_attribute` = 846 LIMIT 1 |
566
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 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 190 |
566
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` = 195 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` = 195 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
566
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` = 12
WHERE (a.`id_product` = 180) LIMIT 1 |
565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
563
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_module` FROM `ps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 12 LIMIT 1 |
563
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 168 |
562
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
561
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 196 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
561
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 192
AND pac.`id_product_attribute` = 830
AND agl.`id_lang` = 5 |
559
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 184) AND (b.`id_shop` = 12) 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>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 194
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
558
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 154
ORDER BY f.position ASC |
558
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 164 AND id_shop=12 LIMIT 1 |
556
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 186
ORDER BY `position` |
555
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
555
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 169) AND (b.`id_shop` = 12) LIMIT 1 |
554
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
554
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 (822) AND il.`id_lang` = 5 ORDER by i.`position` |
554
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 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 |
554
ms
|
22 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
554
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 189
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
552
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 158
AND pac.`id_product_attribute` = 998
AND agl.`id_lang` = 5 |
551
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
550
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 175
ORDER BY f.position ASC |
550
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
550
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 194
ORDER BY `position` |
549
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
547
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 167
ORDER BY f.position ASC |
546
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 169
AND pac.`id_product_attribute` = 1020
AND agl.`id_lang` = 5 |
546
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 158
ORDER BY f.position ASC |
546
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 193 |
546
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
545
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
545
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` = 12
WHERE (a.`id_product` = 197) 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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
544
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 = "actionPresentProduct") LIMIT 1 |
543
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 = 184) AND (id_product_attribute = 1030) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
543
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 = 164 LIMIT 1 |
542
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 163 |
541
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 185) |
541
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1028
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 173 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` = 1028
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 173 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
540
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 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` = 194 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` = 194 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
540
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 190
ORDER BY f.position ASC |
540
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
539
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
539
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` = 12
WHERE (a.`id_product` = 177) LIMIT 1 |
538
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 188) |
538
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
538
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` = 12
WHERE (a.`id_product` = 152) LIMIT 1 |
537
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 155
ORDER BY f.position ASC |
536
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 180 |
535
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 170) AND (b.`id_shop` = 12) LIMIT 1 |
534
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 152) AND (b.`id_shop` = 12) LIMIT 1 |
534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
534
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 163
AND pac.`id_product_attribute` = 1008
AND agl.`id_lang` = 5 |
533
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 160) AND (b.`id_shop` = 12) LIMIT 1 |
533
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 192 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
532
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 167) AND (b.`id_shop` = 12) 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>/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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 194) AND (b.`id_shop` = 12) 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>/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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 168
ORDER BY f.position ASC |
531
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 173
ORDER BY f.position ASC |
531
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 160
ORDER BY `position` |
531
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 186
ORDER BY f.position ASC |
531
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
530
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` = 196 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` = 196 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
530
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 178) |
529
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 177
ORDER BY `position` |
529
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 154) AND (b.`id_shop` = 12) LIMIT 1 |
529
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 175) AND (b.`id_shop` = 12) LIMIT 1 |
528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 170
ORDER BY f.position ASC |
528
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 191
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
527
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 166) AND (b.`id_shop` = 12) 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>/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 = 12)
WHERE i.`id_product` = 169
AND image_shop.`cover` = 1 LIMIT 1 |
525
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
525
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
524
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 187) |
523
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
523
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 169
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
521
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 152
ORDER BY f.position ASC |
521
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
521
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 168
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
521
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` = 848
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 202 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` = 848
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 202 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
520
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php: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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 159 |
520
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
519
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` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 194 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
519
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 181
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
519
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
518
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
518
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 197) |
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 189) AND (b.`id_shop` = 12) LIMIT 1 |
517
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 186
AND pac.`id_product_attribute` = 820
AND agl.`id_lang` = 5 |
516
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 157
AND pac.`id_product_attribute` = 996
AND agl.`id_lang` = 5 |
515
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 183
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
514
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 155
AND pac.`id_product_attribute` = 994
AND agl.`id_lang` = 5 |
514
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 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 (1004) AND il.`id_lang` = 5 ORDER by i.`position` |
514
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
514
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 187
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
513
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
513
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 198
AND pac.`id_product_attribute` = 844
AND agl.`id_lang` = 5 |
513
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 159
AND pac.`id_product_attribute` = 1000
AND agl.`id_lang` = 5 |
512
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 190 |
511
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 154
AND pac.`id_product_attribute` = 992
AND agl.`id_lang` = 5 |
510
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 203
ORDER BY `position` |
509
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 173) AND (b.`id_shop` = 12) LIMIT 1 |
508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 176
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
507
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` = 838
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 194 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` = 838
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 194 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
507
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 176 |
506
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
505
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 151 AND pa.`id_product` = 151 AND pa.`id_product_attribute` = 988 LIMIT 1 |
504
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 200 |
504
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
504
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 185 |
503
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 177) |
503
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 152
AND pac.`id_product_attribute` = 990
AND agl.`id_lang` = 5 |
503
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 187 AND id_shop=12 LIMIT 1 |
503
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 199) AND (b.`id_shop` = 12) LIMIT 1 |
502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 155) AND (b.`id_shop` = 12) LIMIT 1 |
501
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
501
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` = 12
WHERE (a.`id_product` = 155) LIMIT 1 |
500
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` = 12
WHERE (a.`id_product` = 191) LIMIT 1 |
499
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
499
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` = 1036
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 181 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` = 1036
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
498
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 186
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
497
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 191 |
497
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_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 200) |
497
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 165
AND pac.`id_product_attribute` = 1012
AND agl.`id_lang` = 5 |
497
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 168
AND pac.`id_product_attribute` = 1018
AND agl.`id_lang` = 5 |
496
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 FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
496
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 182 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
495
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 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 (998) AND il.`id_lang` = 5 ORDER by i.`position` |
494
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 = 191) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
494
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 157) AND (b.`id_shop` = 12) LIMIT 1 |
493
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
492
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
492
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 164) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
492
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` = 165 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` = 165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
492
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
492
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 169 |
491
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
491
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
491
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
491
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 domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 12 LIMIT 1 |
490
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 173) LIMIT 1 |
490
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 FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
489
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 176) AND (b.`id_shop` = 12) LIMIT 1 |
488
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 173
AND pac.`id_product_attribute` = 1028
AND agl.`id_lang` = 5 |
487
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 176
ORDER BY `position` |
486
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
486
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 = 186) AND (id_product_attribute = 820) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
485
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 164 AND pa.`id_product` = 164 AND pa.`id_product_attribute` = 1010 LIMIT 1 |
485
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 178 AND pa.`id_product` = 178 AND pa.`id_product_attribute` = 1042 LIMIT 1 |
485
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 157) LIMIT 1 |
485
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 179
ORDER BY `position` |
484
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 12
WHERE (a.`id_category` = 25) LIMIT 1 |
483
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 170
AND pac.`id_product_attribute` = 1022
AND agl.`id_lang` = 5 |
483
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 173
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
482
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 182 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` = 182 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
482
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
481
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
481
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`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 = 12)
WHERE i.`id_product` = 181
AND image_shop.`cover` = 1 LIMIT 1 |
479
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 188 AND pa.`id_product` = 188 AND pa.`id_product_attribute` = 824 LIMIT 1 |
478
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 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` = 184 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` = 184 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
478
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
478
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
477
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 = "overrideMinimalPurchasePrice") LIMIT 1 |
477
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Cart/CartPresenter.php:432<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
477
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
477
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/ps_currencyselector/ps_currencyselector.php:111<br>/modules/ps_currencyselector/ps_currencyselector.php:126<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE i.`id_product` = 191
AND image_shop.`cover` = 1 LIMIT 1 |
476
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.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 158
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
476
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 164
AND pac.`id_product_attribute` = 1010
AND agl.`id_lang` = 5 |
476
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
475
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 181) |
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 name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
474
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 167
AND pac.`id_product_attribute` = 1016
AND agl.`id_lang` = 5 |
474
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 (12) LIMIT 1 |
473
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` = 1038
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 180 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` = 1038
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 180 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
473
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 166
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
473
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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 171
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
472
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
472
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 191 |
471
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 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 (1034) AND il.`id_lang` = 5 ORDER by i.`position` |
470
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 201
AND pac.`id_product_attribute` = 46
AND agl.`id_lang` = 5 |
470
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 165 |
468
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_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
467
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 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 201
ORDER BY f.position ASC |
467
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
467
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` = 12
WHERE (a.`id_product` = 198) LIMIT 1 |
466
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` = 12
WHERE (a.`id_product` = 200) LIMIT 1 |
465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 164 |
465
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 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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 158
ORDER BY `position` |
465
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_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 193) AND (b.`id_shop` = 12) LIMIT 1 |
464
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 188 |
464
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 186 |
463
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 176 AND pa.`id_product` = 176 AND pa.`id_product_attribute` = 1046 LIMIT 1 |
463
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 202
ORDER BY f.position ASC |
463
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 193
ORDER BY f.position ASC |
462
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 828) LIMIT 1 |
461
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 197
ORDER BY f.position ASC |
461
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
460
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
460
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
459
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 159
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
458
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 188
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
458
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
458
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 201) AND (b.`id_shop` = 12) LIMIT 1 |
458
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 194
ORDER BY f.position ASC |
457
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
457
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
457
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 193
AND pac.`id_product_attribute` = 832
AND agl.`id_lang` = 5 |
456
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
456
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 171) |
456
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 192 AND pa.`id_product` = 192 AND pa.`id_product_attribute` = 830 LIMIT 1 |
455
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 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 192 |
455
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 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 = 12)
WHERE i.`id_product` = 189
AND image_shop.`cover` = 1 LIMIT 1 |
455
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 196) AND (b.`id_shop` = 12) LIMIT 1 |
455
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
454
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
454
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
453
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
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 = 12)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 12)
WHERE pa.`id_product` = 183 |
452
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` = 12
WHERE (a.`id_product` = 199) LIMIT 1 |
452
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
452
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, 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 = 12)
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 164
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
450
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 196
ORDER BY f.position ASC |
449
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 186 AND pa.`id_product` = 186 AND pa.`id_product_attribute` = 820 LIMIT 1 |
447
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 = "actionProductSearchProviderRunQueryAfter") LIMIT 1 |
446
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 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` = 1034
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 182 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` = 1034
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 182 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
446
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
446
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 193) |
445
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 192) AND (b.`id_shop` = 12) LIMIT 1 |
445
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 195) AND (b.`id_shop` = 12) LIMIT 1 |
444
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 195
ORDER BY `position` |
443
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 12
WHERE (a.`id_category` = 28) 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/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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 189) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
443
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1034) LIMIT 1 |
442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 202) |
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
441
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 (12) LIMIT 1 |
440
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 151, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_shop` = 12, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 12) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 151) AND
`id_group` IN (0, 1) AND `id_product` = 172 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
439
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 186 |
439
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 181) AND (b.`id_shop` = 12) LIMIT 1 |
439
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 151
ORDER BY `position` |
439
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 198 AND pa.`id_product` = 198 AND pa.`id_product_attribute` = 844 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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 179) LIMIT 1 |
436
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 191 LIMIT 1 |
436
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 202) AND (b.`id_shop` = 12) LIMIT 1 |
436
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
435
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 197
AND pac.`id_product_attribute` = 842
AND agl.`id_lang` = 5 |
434
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
433
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
433
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
432
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 180) AND (b.`id_shop` = 12) LIMIT 1 |
432
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 192
ORDER BY f.position ASC |
432
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 172 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` = 172 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
431
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
430
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 152
ORDER BY `position` |
430
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` = 12
WHERE (a.`id_product` = 202) LIMIT 1 |
430
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 182
AND pac.`id_product_attribute` = 1034
AND agl.`id_lang` = 5 |
429
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 190 |
429
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 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 (1040) AND il.`id_lang` = 5 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 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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 202
ORDER BY `position` |
429
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 203 AND pa.`id_product` = 203 AND pa.`id_product_attribute` = 850 LIMIT 1 |
429
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 173 AND pa.`id_product` = 173 AND pa.`id_product_attribute` = 1028 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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
428
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 151) |
428
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
427
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 196
AND pac.`id_product_attribute` = 840
AND agl.`id_lang` = 5 |
426
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
426
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 154) LIMIT 1 |
426
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1002) LIMIT 1 |
425
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` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 198) AND (b.`id_shop` = 12) LIMIT 1 |
425
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 (12) LIMIT 1 |
424
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 172) LIMIT 1 |
424
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
424
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 195
AND pac.`id_product_attribute` = 836
AND agl.`id_lang` = 5 |
424
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
423
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 180
ORDER BY f.position ASC |
423
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 182) |
423
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 (850) AND il.`id_lang` = 5 ORDER by i.`position` |
422
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 200 AND pa.`id_product` = 200 AND pa.`id_product_attribute` = 858 LIMIT 1 |
422
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 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` = 1048
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 175 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` = 1048
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 175 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
422
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php: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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
422
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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 179
AND pac.`id_product_attribute` = 1040
AND agl.`id_lang` = 5 |
422
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` = 12
WHERE (a.`id_product` = 166) LIMIT 1 |
421
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 166
ORDER BY `position` |
421
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 201 AND pa.`id_product` = 201 AND pa.`id_product_attribute` = 46 LIMIT 1 |
420
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 160) |
420
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 162
ORDER BY `position` |
419
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
419
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 826) LIMIT 1 |
419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 178) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
418
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 194
AND pac.`id_product_attribute` = 838
AND agl.`id_lang` = 5 |
418
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
417
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
417
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
415
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (832) AND il.`id_lang` = 5 ORDER by i.`position` |
415
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
415
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 154
ORDER BY `position` |
414
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 190
ORDER BY `position` |
413
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
413
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 163
ORDER BY `position` |
413
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 = 180) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
411
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.`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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 161
ORDER BY `position` |
411
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
411
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 193) AND (id_product_attribute = 832) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
410
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 180) |
410
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 = 12)
WHERE i.`id_product` = 179
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 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 (1044) AND il.`id_lang` = 5 ORDER by i.`position` |
410
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` = 12
WHERE (a.`id_product_attribute` = 824) LIMIT 1 |
408
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 184) LIMIT 1 |
407
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
407
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
406
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
406
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` = 12
WHERE (a.`id_product` = 164) LIMIT 1 |
406
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 196 AND pa.`id_product` = 196 AND pa.`id_product_attribute` = 840 LIMIT 1 |
406
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 COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
405
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
405
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 157
ORDER BY `position` |
405
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
404
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 = "actionControllerInitBefore") LIMIT 1 |
404
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/Controller.php:174<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
404
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` = 1040
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 179 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` = 1040
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 179 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
404
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
404
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 169
ORDER BY `position` |
404
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
403
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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
403
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 189) AND (id_product_attribute = 826) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
403
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 *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 5
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 12
WHERE (a.`id_country` = 151) LIMIT 1 |
402
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 203) LIMIT 1 |
402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/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 = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
402
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 189
ORDER BY `position` |
401
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 105 AND `id_shop` = 12 |
401
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 = 12)
WHERE i.`id_product` = 159
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 165 AND id_shop=12 LIMIT 1 |
401
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_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 168) |
400
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` = 12
WHERE (a.`id_product` = 178) LIMIT 1 |
400
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 (1036) AND il.`id_lang` = 5 ORDER by i.`position` |
399
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
398
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 200
ORDER BY `position` |
398
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 168
ORDER BY `position` |
398
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 198
ORDER BY `position` |
398
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 157) |
397
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
397
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
397
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 163) |
396
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 165 AND pa.`id_product` = 165 AND pa.`id_product_attribute` = 1012 LIMIT 1 |
396
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 158) LIMIT 1 |
396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
396
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 170) |
395
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_state` s
WHERE (s.id_country = 38) |
392
ms
|
38 |
|
|
/classes/State.php:232
/modules/configtunisiefleurs/classes/ShopCountries.php:43<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 158) |
392
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1018) 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 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 (1006) AND il.`id_lang` = 5 ORDER by i.`position` |
391
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` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 165) AND (b.`id_shop` = 12) LIMIT 1 |
390
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 155
ORDER BY `position` |
390
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1044) 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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 176) LIMIT 1 |
389
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` = 189 |
388
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 162) |
387
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
387
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 12)
WHERE c.`active` = 1 LIMIT 1 |
386
ms
|
9 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/angarcontact/angarcontact.php:104<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 155) |
385
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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` = 12
WHERE (a.`id_product_attribute` = 1032) LIMIT 1 |
385
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
385
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (1046) AND il.`id_lang` = 5 ORDER by i.`position` |
385
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 179) |
385
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
384
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12)
WHERE pa.`id_product_attribute` = 988 LIMIT 1 |
384
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 12
AND cl.`id_category` = 58 LIMIT 1 |
383
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 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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 181
ORDER BY f.position ASC |
383
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (844) AND il.`id_lang` = 5 ORDER by i.`position` |
383
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 194 AND pa.`id_product` = 194 AND pa.`id_product_attribute` = 838 LIMIT 1 |
383
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 191
ORDER BY `position` |
383
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` = 12
WHERE (a.`id_product` = 171) LIMIT 1 |
381
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 183
ORDER BY f.position ASC |
380
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 183
ORDER BY `position` |
380
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
379
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 175
ORDER BY `position` |
379
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE pa.`id_product_attribute` = 1000 LIMIT 1 |
379
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 199) |
379
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 159
ORDER BY `position` |
378
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 175) |
378
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 161 AND pa.`id_product` = 161 AND pa.`id_product_attribute` = 1004 LIMIT 1 |
377
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` = 12
WHERE (a.`id_product_attribute` = 846) LIMIT 1 |
377
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` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 12
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
376
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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 58) LIMIT 1 |
376
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 type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 25
AND id_shop = 12
GROUP BY `type`, id_value ORDER BY position ASC |
375
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_lang`
WHERE `id_product` = 180 AND `id_shop` = 12 |
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 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 = 12)
WHERE i.`id_product` = 188
AND image_shop.`cover` = 1 LIMIT 1 |
373
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 190) |
373
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 (988) AND il.`id_lang` = 5 ORDER by i.`position` |
373
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` = 193 AND `id_shop` = 12 |
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 `name`
FROM `ps_hook`
WHERE `id_hook` = 699 LIMIT 1 |
372
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 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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 185
ORDER BY `position` |
372
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 192
ORDER BY `position` |
372
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 152) |
371
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 164
ORDER BY `position` |
371
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 170
ORDER BY `position` |
371
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 160 AND pa.`id_product` = 160 AND pa.`id_product_attribute` = 1002 LIMIT 1 |
371
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
370
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
370
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 173
ORDER BY `position` |
369
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
369
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 180
AND pac.`id_product_attribute` = 1038
AND agl.`id_lang` = 5 |
369
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_state` s
WHERE (s.id_country = 208) |
369
ms
|
25 |
|
|
/classes/State.php:232
/modules/configtunisiefleurs/classes/ShopCountries.php:43<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
368
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 = 192) AND (id_product_attribute = 830) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
368
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1038) LIMIT 1 |
368
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
368
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 850) LIMIT 1 |
368
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.`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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 172
ORDER BY `position` |
368
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 169 AND pa.`id_product` = 169 AND pa.`id_product_attribute` = 1020 LIMIT 1 |
368
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 = "actionPresentProduct") LIMIT 1 |
368
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 = 12)
WHERE i.`id_product` = 177
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
367
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 181
ORDER BY `position` |
366
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1002) AND il.`id_lang` = 5 ORDER by i.`position` |
365
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 (12) LIMIT 1 |
365
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 (12) 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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 172) AND (b.`id_shop` = 12) LIMIT 1 |
364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12)
WHERE pa.`id_product_attribute` = 1024 LIMIT 1 |
364
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 180 AND pa.`id_product` = 180 AND pa.`id_product_attribute` = 1038 LIMIT 1 |
364
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 lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 41 AND lbs.`id_shop` = 12
ORDER by lbs.`position` |
364
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:264<br>/modules/ps_linklist/ps_linklist.php:254<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 193 LIMIT 1 |
364
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 = 12)
WHERE i.`id_product` = 178
AND image_shop.`cover` = 1 LIMIT 1 |
363
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 183) LIMIT 1 |
363
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1020) LIMIT 1 |
363
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 152 AND pa.`id_product` = 152 AND pa.`id_product_attribute` = 990 LIMIT 1 |
362
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 198) |
362
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 183) AND (b.`id_shop` = 12) LIMIT 1 |
362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 179) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
361
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` = 12
WHERE (a.`id_product` = 163) LIMIT 1 |
361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
361
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
361
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 12
WHERE (a.`id_group` = 1) LIMIT 1 |
361
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 location
FROM `ps_stock_available`
WHERE (id_product = 178) AND (id_product_attribute = 1042) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
360
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 175
AND pac.`id_product_attribute` = 1048
AND agl.`id_lang` = 5 |
360
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 (12) LIMIT 1 |
360
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 165
ORDER BY `position` |
360
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 168 AND pa.`id_product` = 168 AND pa.`id_product_attribute` = 1018 LIMIT 1 |
359
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
359
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 97) LIMIT 1 |
359
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 151
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
358
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 201) |
358
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 178 |
358
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 = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 12)
WHERE pf.id_product = 171
ORDER BY f.position ASC |
358
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (996) AND il.`id_lang` = 5 ORDER by i.`position` |
356
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 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` = 151
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 |
356
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 lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 14 AND lbs.`id_shop` = 12
ORDER by lbs.`position` |
355
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:264<br>/modules/ps_linklist/ps_linklist.php:254<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 12
WHERE (a.`id_product` = 190) LIMIT 1 |
355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
355
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 201
ORDER BY `position` |
355
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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 167
ORDER BY `position` |
355
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` = 12
WHERE (a.`id_product` = 175) LIMIT 1 |
354
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 158 AND pa.`id_product` = 158 AND pa.`id_product_attribute` = 998 LIMIT 1 |
354
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 = 12)
WHERE i.`id_product` = 201
AND image_shop.`cover` = 1 LIMIT 1 |
354
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
352
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 203) |
352
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
352
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 189 LIMIT 1 |
351
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
351
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 163 AND pa.`id_product` = 163 AND pa.`id_product_attribute` = 1008 LIMIT 1 |
351
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_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 4
AND id_shop = 12 LIMIT 1 |
351
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
351
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 183
AND pac.`id_product_attribute` = 1032
AND agl.`id_lang` = 5 |
350
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
350
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
350
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 158 |
350
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 173) |
349
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
348
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 167) |
348
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` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 4) LIMIT 1 |
348
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 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 (834) AND il.`id_lang` = 5 ORDER by i.`position` |
348
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
348
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (1026) AND il.`id_lang` = 5 ORDER by i.`position` |
347
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
347
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 832) LIMIT 1 |
346
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.`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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 196
ORDER BY `position` |
346
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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 192) |
346
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
346
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
345
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 12
WHERE (a.`id_country` = 151) LIMIT 1 |
344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/override/classes/AddressFormat.php:17<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1643<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 193
ORDER BY `position` |
343
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 active
FROM `ps_hook` h
WHERE (h.name = "filterProductSearch") LIMIT 1 |
342
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_category` FROM `ps_category_product`
WHERE `id_product` = 152 |
341
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 202 AND pa.`id_product` = 202 AND pa.`id_product_attribute` = 848 LIMIT 1 |
341
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 166) |
340
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 12
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 12) LIMIT 1 |
340
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
340
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
339
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
339
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 178 |
339
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 161) LIMIT 1 |
338
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 162 AND pa.`id_product` = 162 AND pa.`id_product_attribute` = 1006 LIMIT 1 |
338
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 (12) LIMIT 1 |
338
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 181) LIMIT 1 |
338
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 155 AND pa.`id_product` = 155 AND pa.`id_product_attribute` = 994 LIMIT 1 |
337
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 154) AND (id_product_attribute = 992) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
337
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 189) LIMIT 1 |
337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
337
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 190 AND pa.`id_product` = 190 AND pa.`id_product_attribute` = 834 LIMIT 1 |
335
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (1008) AND il.`id_lang` = 5 ORDER by i.`position` |
335
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayFooterBefore") LIMIT 1 |
334
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 181 |
334
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` = 185 |
333
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
333
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
333
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_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 |
333
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) 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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
332
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 159 AND pa.`id_product` = 159 AND pa.`id_product_attribute` = 1000 LIMIT 1 |
332
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
332
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 193) LIMIT 1 |
331
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 (858) AND il.`id_lang` = 5 ORDER by i.`position` |
331
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
331
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
331
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionControllerInitAfter") LIMIT 1 |
330
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
330
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1046) LIMIT 1 |
330
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 184 AND pa.`id_product` = 184 AND pa.`id_product_attribute` = 1030 LIMIT 1 |
330
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 199
ORDER BY `position` |
329
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_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 = 12)
WHERE pa.`id_product_attribute` = 1044 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 *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 12
WHERE (a.`id_lang` = 5) LIMIT 1 |
328
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 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` = 5)
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 = 12)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 171
AND pac.`id_product_attribute` = 1024
AND agl.`id_lang` = 5 |
328
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 160) AND (id_product_attribute = 0) AND (id_shop = 12) 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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 195) |
327
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
327
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
326
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 187) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
326
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 (1038) AND il.`id_lang` = 5 ORDER by i.`position` |
326
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_lang` FROM `ps_lang` WHERE `iso_code` = 'it' LIMIT 1 |
326
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
326
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 182 AND pa.`id_product` = 182 AND pa.`id_product_attribute` = 1034 LIMIT 1 |
325
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_state` s
WHERE (s.id_country = 151) |
325
ms
|
14 |
|
|
/classes/State.php:232
/modules/configtunisiefleurs/classes/ShopCountries.php:43<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 12) |
325
ms
|
2 |
|
|
/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 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 (826) AND il.`id_lang` = 5 ORDER by i.`position` |
324
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 = 12)
WHERE i.`id_product` = 160
AND image_shop.`cover` = 1 LIMIT 1 |
324
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 = 12)
WHERE pa.`id_product_attribute` = 830 LIMIT 1 |
324
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 = "actionBuildFrontEndObject") LIMIT 1 |
323
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 active
FROM `ps_hook` h
WHERE (h.name = "angarFacebook") LIMIT 1 |
323
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
323
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 196) |
322
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` = 12
WHERE (a.`id_product` = 196) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
321
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
WHERE i.`id_product` = 203
AND image_shop.`cover` = 1 LIMIT 1 |
321
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 (1014) AND il.`id_lang` = 5 ORDER by i.`position` |
321
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 = 12)
WHERE i.`id_product` = 199
AND image_shop.`cover` = 1 LIMIT 1 |
321
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` = 12
WHERE (a.`id_product_attribute` = 990) LIMIT 1 |
321
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` = 186 |
320
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` = 12
WHERE (a.`id_product_attribute` = 1008) LIMIT 1 |
320
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
319
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE i.`id_product` = 161
AND image_shop.`cover` = 1 LIMIT 1 |
319
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` = 12
WHERE (a.`id_product_attribute` = 844) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (990) AND il.`id_lang` = 5 ORDER by i.`position` |
319
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 (824) AND il.`id_lang` = 5 ORDER by i.`position` |
318
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 (12) LIMIT 1 |
318
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` = 12
WHERE (a.`id_product_attribute` = 1012) LIMIT 1 |
317
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` = 5 LIMIT 1 |
317
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 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 (1000) AND il.`id_lang` = 5 ORDER by i.`position` |
317
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
317
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 185 AND pa.`id_product` = 185 AND pa.`id_product_attribute` = 818 LIMIT 1 |
316
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 su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 5
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
316
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/modules/configtunisiefleurs/classes/ShopCountries.php:129<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
316
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 su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
316
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/modules/configtunisiefleurs/classes/ShopCountries.php:129<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 194) |
316
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 (836) AND il.`id_lang` = 5 ORDER by i.`position` |
315
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 (12) LIMIT 1 |
315
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 188 AND id_shop=12 LIMIT 1 |
314
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 |
314
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 |
314
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
314
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 185) LIMIT 1 |
314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
WHERE i.`id_product` = 158
AND image_shop.`cover` = 1 LIMIT 1 |
313
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 (846) AND il.`id_lang` = 5 ORDER by i.`position` |
313
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_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 = 12)
WHERE pa.`id_product_attribute` = 1036 LIMIT 1 |
313
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 996) LIMIT 1 |
312
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.`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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 180
ORDER BY `position` |
312
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
312
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 = 12)
WHERE pa.`id_product_attribute` = 1040 LIMIT 1 |
312
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 193 AND `id_group` = 1 LIMIT 1 |
312
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_product_lang`
WHERE `id_product` = 197 AND `id_shop` = 12 |
311
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 = 12)
WHERE pa.`id_product_attribute` = 1034 LIMIT 1 |
311
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 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 = 12
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
311
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 170 AND `id_group` = 1 LIMIT 1 |
311
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 199) AND (id_product_attribute = 0) AND (id_shop = 12) 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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 188 AND `id_group` = 1 LIMIT 1 |
310
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1006) LIMIT 1 |
309
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
309
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_lang`
WHERE `id_product` = 157 AND `id_shop` = 12 |
308
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 165) LIMIT 1 |
308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 202) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
307
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 |
307
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_shop_url
WHERE active = 1
AND id_shop = 1 |
307
ms
|
1 |
|
|
/classes/shop/Shop.php:585
/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 179) AND (id_product_attribute = 1040) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
307
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 = "actionPresentProduct") LIMIT 1 |
307
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1004) LIMIT 1 |
307
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 |
307
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 195 AND pa.`id_product` = 195 AND pa.`id_product_attribute` = 836 LIMIT 1 |
307
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 = "actionPresentProduct") LIMIT 1 |
306
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 (12) LIMIT 1 |
306
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 169) LIMIT 1 |
306
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 157 AND pa.`id_product` = 157 AND pa.`id_product_attribute` = 996 LIMIT 1 |
306
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 182) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
WHERE i.`id_product` = 163
AND image_shop.`cover` = 1 LIMIT 1 |
305
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` = 12
WHERE (a.`id_product_attribute` = 1000) LIMIT 1 |
305
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 = 12)
WHERE i.`id_product` = 162
AND image_shop.`cover` = 1 LIMIT 1 |
305
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 188) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerInitAfter") LIMIT 1 |
305
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 *
FROM `ps_product_lang`
WHERE `id_product` = 154 AND `id_shop` = 12 |
305
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 = 12)
WHERE i.`id_product` = 182
AND image_shop.`cover` = 1 LIMIT 1 |
305
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 = "actionPresentProduct") LIMIT 1 |
305
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 994) LIMIT 1 |
304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 159 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 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 = "displayWrapperBottom") LIMIT 1 |
304
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE i.`id_product` = 151
AND image_shop.`cover` = 1 LIMIT 1 |
303
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 = "displayBanner") LIMIT 1 |
303
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE pa.`id_product_attribute` = 1042 LIMIT 1 |
303
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 8) LIMIT 1 |
302
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`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 = 12)
WHERE i.`id_product` = 154
AND image_shop.`cover` = 1 LIMIT 1 |
301
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 (1018) AND il.`id_lang` = 5 ORDER by i.`position` |
301
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 (12) LIMIT 1 |
301
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 168) LIMIT 1 |
301
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` = 181 |
300
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 = 12)
WHERE pa.`id_product_attribute` = 1004 LIMIT 1 |
300
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 = 186) AND (id_product_attribute = 0) AND (id_shop = 12) 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_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 5
AND id_shop = 12 LIMIT 1 |
299
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 198) AND (id_product_attribute = 0) AND (id_shop = 12) 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 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 (992) AND il.`id_lang` = 5 ORDER by i.`position` |
298
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 187 AND `id_group` = 1 LIMIT 1 |
297
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 |
296
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 format
FROM `ps_address_format`
WHERE `id_country` = 151 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 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 |
295
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` = 195 AND `id_shop` = 12 |
295
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 188 LIMIT 1 |
295
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 = 12)
WHERE i.`id_product` = 195
AND image_shop.`cover` = 1 LIMIT 1 |
295
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 = 176) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
294
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 179 AND `id_shop` = 12 |
294
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` = 202 AND `id_shop` = 12 |
294
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 170) LIMIT 1 |
294
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_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 2) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "productSearchProvider") LIMIT 1 |
294
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 200) AND (id_product_attribute = 0) AND (id_shop = 12) 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 `name`, `alias` FROM `ps_hook_alias` |
292
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 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 (46) AND il.`id_lang` = 5 ORDER by i.`position` |
292
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 193 AND pa.`id_product` = 193 AND pa.`id_product_attribute` = 832 LIMIT 1 |
292
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 192) LIMIT 1 |
292
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 (848) AND il.`id_lang` = 5 ORDER by i.`position` |
292
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerSetVariables") LIMIT 1 |
292
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 187 |
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 *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 5) LIMIT 1 |
291
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 152) AND (id_product_attribute = 990) AND (id_shop = 12) 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 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 |
291
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 186 AND `id_group` = 1 LIMIT 1 |
291
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) |
291
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 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 (842) AND il.`id_lang` = 5 ORDER by i.`position` |
291
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 154 AND pa.`id_product` = 154 AND pa.`id_product_attribute` = 992 LIMIT 1 |
290
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 197 AND pa.`id_product` = 197 AND pa.`id_product_attribute` = 842 LIMIT 1 |
290
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 167 AND pa.`id_product` = 167 AND pa.`id_product_attribute` = 1016 LIMIT 1 |
290
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` = 176 AND `id_shop` = 12 |
290
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 (994) AND il.`id_lang` = 5 ORDER by i.`position` |
289
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 195 |
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 189 AND `id_group` = 1 LIMIT 1 |
289
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 (12) LIMIT 1 |
289
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 186) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 182 LIMIT 1 |
288
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 = 12)
WHERE i.`id_product` = 155
AND image_shop.`cover` = 1 LIMIT 1 |
288
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 |
288
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 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 (1020) AND il.`id_lang` = 5 ORDER by i.`position` |
288
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` = 198 AND `id_shop` = 12 |
287
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 = 12)
WHERE i.`id_product` = 168
AND image_shop.`cover` = 1 LIMIT 1 |
287
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 (12) LIMIT 1 |
287
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 160) LIMIT 1 |
287
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_shops_countries` sc
WHERE (id_shop_assoc = 12) |
286
ms
|
37 |
|
|
/modules/configtunisiefleurs/classes/ShopCountries.php:125
/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE i.`id_product` = 157
AND image_shop.`cover` = 1 LIMIT 1 |
286
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 = 12)
WHERE pa.`id_product_attribute` = 834 LIMIT 1 |
286
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 = 194 LIMIT 1 |
286
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 = "actionPresentCart") LIMIT 1 |
286
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 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 *
FROM `ps_product_lang`
WHERE `id_product` = 166 AND `id_shop` = 12 |
285
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 (12) LIMIT 1 |
284
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.`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 = 12)
WHERE i.`id_product` = 170
AND image_shop.`cover` = 1 LIMIT 1 |
284
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 location
FROM `ps_stock_available`
WHERE (id_product = 158) AND (id_product_attribute = 998) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
283
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 185 AND `id_group` = 1 LIMIT 1 |
283
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 998) LIMIT 1 |
283
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 `iso_code`
FROM `ps_country`
WHERE `id_country` = 151 LIMIT 1 |
283
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 *
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` = 12
WHERE (a.`id_product_attribute` = 822) LIMIT 1 |
283
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 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 (1012) AND il.`id_lang` = 5 ORDER by i.`position` |
283
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 171 AND pa.`id_product` = 171 AND pa.`id_product_attribute` = 1024 LIMIT 1 |
283
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` = 201 AND `id_shop` = 12 |
282
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 (840) AND il.`id_lang` = 5 ORDER by i.`position` |
282
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 (838) AND il.`id_lang` = 5 ORDER by i.`position` |
282
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` = 151 |
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 12
WHERE (a.`id_product` = 159) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
WHERE i.`id_product` = 186
AND image_shop.`cover` = 1 LIMIT 1 |
281
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "moduleRoutes") LIMIT 1 |
281
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 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 |
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 *
FROM `ps_product_lang`
WHERE `id_product` = 152 AND `id_shop` = 12 |
281
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 (830) AND il.`id_lang` = 5 ORDER by i.`position` |
281
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 181 AND `id_group` = 1 LIMIT 1 |
281
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 = "actionDispatcherBefore") LIMIT 1 |
280
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:357<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 = 12)
WHERE i.`id_product` = 185
AND image_shop.`cover` = 1 LIMIT 1 |
280
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 = 12)
WHERE i.`id_product` = 193
AND image_shop.`cover` = 1 LIMIT 1 |
279
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 192 AND id_shop=12 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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
279
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 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 (1028) AND il.`id_lang` = 5 ORDER by i.`position` |
278
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
278
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_tfgifts_media`
WHERE deletion_date < NOW() |
278
ms
|
1 |
|
|
/modules/tfgifts/tfgifts.php:443
/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
278
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1022) LIMIT 1 |
277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 168) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
277
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 |
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 178 AND id_shop=12 LIMIT 1 |
276
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 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 (1048) AND il.`id_lang` = 5 ORDER by i.`position` |
276
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` = 199 AND `id_shop` = 12 |
276
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 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 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 (1016) AND il.`id_lang` = 5 ORDER by i.`position` |
275
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 = 12)
WHERE i.`id_product` = 166
AND image_shop.`cover` = 1 LIMIT 1 |
275
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 (12) LIMIT 1 |
275
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` = 14 LIMIT 1 |
274
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 162) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
274
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 = "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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 185) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
274
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 (1022) AND il.`id_lang` = 5 ORDER by i.`position` |
274
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 `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 151 LIMIT 1 |
274
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 *
FROM `ps_product_lang`
WHERE `id_product` = 155 AND `id_shop` = 12 |
273
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 171 LIMIT 1 |
273
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE i.`id_product` = 152
AND image_shop.`cover` = 1 LIMIT 1 |
273
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_group_wholesale_threshold` tfc
WHERE (tfc.id_group = 1 AND tfc.id_currency = 4) |
272
ms
|
74 |
|
|
/modules/tfwholesales/classes/TFWholeSaleThreshold.php:26
/modules/tfwholesales/controllers/front/wholesalesexpress.php:528<br>/classes/controller/FrontController.php:559<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_shop_url
WHERE active = 1
AND id_shop = 5 |
272
ms
|
1 |
|
|
/classes/shop/Shop.php:585
/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 177 AND `id_shop` = 12 |
272
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 (12) LIMIT 1 |
272
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` = 1 LIMIT 1 |
272
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 180 AND `id_group` = 1 LIMIT 1 |
271
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_product_lang`
WHERE `id_product` = 162 AND `id_shop` = 12 |
271
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` = 12
WHERE (a.`id_product_attribute` = 1030) LIMIT 1 |
271
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` = 182 AND `id_shop` = 12 |
271
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
270
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 (12) LIMIT 1 |
270
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` = 12
WHERE (a.`id_product_attribute` = 1026) LIMIT 1 |
270
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 |
270
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE i.`id_product` = 187
AND image_shop.`cover` = 1 LIMIT 1 |
270
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_shop_url
WHERE active = 1
AND id_shop = 12 |
269
ms
|
1 |
|
|
/classes/shop/Shop.php:585
/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 177 LIMIT 1 |
269
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 = 203) AND (id_product_attribute = 850) AND (id_shop = 12) 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 location
FROM `ps_stock_available`
WHERE (id_product = 160) AND (id_product_attribute = 1002) AND (id_shop = 12) 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 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 = 12)
WHERE i.`id_product` = 196
AND image_shop.`cover` = 1 LIMIT 1 |
269
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 = 12)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
269
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 158 |
269
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_lang`
WHERE `id_product` = 200 AND `id_shop` = 12 |
269
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 = 12)
WHERE pa.`id_product_attribute` = 1018 LIMIT 1 |
268
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` = 187 AND `id_shop` = 12 |
268
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
267
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 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 = 12)
WHERE pa.`id_product_attribute` = 858 LIMIT 1 |
267
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 179 AND pa.`id_product` = 179 AND pa.`id_product_attribute` = 1040 LIMIT 1 |
267
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 location
FROM `ps_stock_available`
WHERE (id_product = 177) AND (id_product_attribute = 1044) AND (id_shop = 12) 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 *
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` = 12
WHERE (a.`id_product_attribute` = 858) LIMIT 1 |
266
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` = 12
WHERE (a.`id_product_attribute` = 818) LIMIT 1 |
266
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 = 12)
WHERE i.`id_product` = 176
AND image_shop.`cover` = 1 LIMIT 1 |
266
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 168 AND id_shop=12 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 161) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
265
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 = 12)
WHERE i.`id_product` = 192
AND image_shop.`cover` = 1 LIMIT 1 |
265
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 (12) LIMIT 1 |
265
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 = 12)
WHERE pa.`id_product_attribute` = 1008 LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 177) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
265
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 = 12)
WHERE i.`id_product` = 167
AND image_shop.`cover` = 1 LIMIT 1 |
265
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` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 7) LIMIT 1 |
264
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`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 = 12)
WHERE i.`id_product` = 194
AND image_shop.`cover` = 1 LIMIT 1 |
264
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayNav2") LIMIT 1 |
264
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE pa.`id_product_attribute` = 998 LIMIT 1 |
264
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 (12) LIMIT 1 |
264
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1028) LIMIT 1 |
264
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
264
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_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 12 |
263
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 active
FROM `ps_hook` h
WHERE (h.name = "overrideMinimalPurchasePrice") LIMIT 1 |
263
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Cart/CartPresenter.php:432<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/modules/ps_shoppingcart/ps_shoppingcart.php:114<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 151 |
262
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 183 |
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 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 = 12)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 171
ORDER BY `position` |
262
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
WHERE i.`id_product` = 197
AND image_shop.`cover` = 1 LIMIT 1 |
262
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayMyAccountBlock") LIMIT 1 |
261
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarTheme/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.cache.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:92<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 183 LIMIT 1 |
261
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE pa.`id_product_attribute` = 1006 LIMIT 1 |
261
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 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 = 12)
WHERE i.`id_product` = 202
AND image_shop.`cover` = 1 LIMIT 1 |
261
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_state` a
WHERE (a.`id_state` = 392) LIMIT 1 |
260
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 182) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
260
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.`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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 181 AND pa.`id_product` = 181 AND pa.`id_product_attribute` = 1036 LIMIT 1 |
259
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` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 6) LIMIT 1 |
259
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` = 173 AND `id_shop` = 12 |
259
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 = "displayCustomerLoginFormAfter") LIMIT 1 |
259
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarTheme/85/c1/a5/85c1a530cc2e59e05cc3b268d16ef131351d5704_2.file.wholesales_header.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/85/c1/a5/85c1a530cc2e59e05cc3b268d16ef131351d5704_2.file.wholesales_header.tpl.php:108<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/tfwholesales/tfwholesales.php:879<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 203) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
259
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 = 12)
WHERE i.`id_product` = 198
AND image_shop.`cover` = 1 LIMIT 1 |
258
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
258
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 182 |
258
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE i.`id_product` = 200
AND image_shop.`cover` = 1 LIMIT 1 |
257
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 185 |
257
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_state` a
WHERE (a.`id_state` = 360) LIMIT 1 |
257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
257
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 (12) LIMIT 1 |
257
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 992) LIMIT 1 |
257
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 = "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 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 = 12)
WHERE pa.`id_product_attribute` = 820 LIMIT 1 |
256
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 195 |
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 *
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
255
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 = 12)
WHERE pa.`id_product_attribute` = 1022 LIMIT 1 |
255
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 = 12)
WHERE pa.`id_product_attribute` = 822 LIMIT 1 |
255
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 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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 175 AND pa.`id_product` = 175 AND pa.`id_product_attribute` = 1048 LIMIT 1 |
255
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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 = 12)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 12)
WHERE (p.`id_product` = 172) |
254
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 = 12)
WHERE i.`id_product` = 173
AND image_shop.`cover` = 1 LIMIT 1 |
254
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 = 175) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
254
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 196 AND `id_shop` = 12 |
254
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 = 151) AND (id_product_attribute = 988) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
254
ms
|
1 |
|
|
/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_state` a
WHERE (a.`id_state` = 498) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 176 |
254
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 4 |
254
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
253
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_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 9) LIMIT 1 |
253
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 848) LIMIT 1 |
253
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` = 12
WHERE (a.`id_product_attribute` = 1016) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 185 LIMIT 1 |
253
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 = 12)
WHERE pa.`id_product_attribute` = 1020 LIMIT 1 |
252
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 187) AND (id_product_attribute = 822) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
252
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 location
FROM `ps_stock_available`
WHERE (id_product = 168) AND (id_product_attribute = 1018) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
252
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 159 AND `id_group` = 1 LIMIT 1 |
252
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 180 |
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 = "actionPresentProduct") LIMIT 1 |
252
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_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 = 12)
WHERE pa.`id_product_attribute` = 842 LIMIT 1 |
251
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 = 12)
WHERE pa.`id_product_attribute` = 1028 LIMIT 1 |
251
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 840) LIMIT 1 |
251
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 = 12)
WHERE i.`id_product` = 184
AND image_shop.`cover` = 1 LIMIT 1 |
251
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 159 AND id_shop=12 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 *
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` = 12
WHERE (a.`id_product_attribute` = 46) LIMIT 1 |
250
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
250
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 = "displayNavFullWidth") LIMIT 1 |
250
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 12
WHERE (a.`id_product_attribute` = 842) LIMIT 1 |
250
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` = 12
WHERE (a.`id_category` = 118) LIMIT 1 |
250
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 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 = 12)
WHERE pa.`id_product_attribute` = 848 LIMIT 1 |
250
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 = "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 *
FROM `ps_state` a
WHERE (a.`id_state` = 399) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 389) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
248
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` = 158 AND `id_shop` = 12 |
248
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` = 12
WHERE (a.`id_product_attribute` = 836) LIMIT 1 |
248
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 182 |
248
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 12)
WHERE i.`id_product` = 180
AND image_shop.`cover` = 1 LIMIT 1 |
248
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 = "actionProductSearchProviderRunQueryBefore") LIMIT 1 |
247
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 12
WHERE (a.`id_category` = 101) LIMIT 1 |
247
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` = 171 AND `id_shop` = 12 |
247
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` = 12
WHERE (a.`id_product_attribute` = 830) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 151 LIMIT 1 |
246
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 (12) LIMIT 1 |
246
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 = 197) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
246
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 = 12)
WHERE i.`id_product` = 183
AND image_shop.`cover` = 1 LIMIT 1 |
246
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 = "actionPresentProduct") LIMIT 1 |
245
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` = 198 |
245
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
245
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 (12) LIMIT 1 |
245
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'QAR') LIMIT 1 |
245
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1036) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12)
WHERE pa.`id_product_attribute` = 990 LIMIT 1 |
244
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 = 178 LIMIT 1 |
244
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
244
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 353) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE pa.`id_product_attribute` = 46 LIMIT 1 |
244
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 181 AND id_shop=12 LIMIT 1 |
243
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_state` a
WHERE (a.`id_state` = 370) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 203 AND `id_shop` = 12 |
242
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_state` a
WHERE (a.`id_state` = 732) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 12
WHERE (a.`id_product_attribute` = 838) LIMIT 1 |
242
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 = 12) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 12) WHERE p.`id_product` = 183 AND pa.`id_product` = 183 AND pa.`id_product_attribute` = 1032 LIMIT 1 |
242
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_state` a
WHERE (a.`id_state` = 374) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 407) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 507) LIMIT 1 |
241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 177 |
241
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 = 12)
WHERE pa.`id_product_attribute` = 824 LIMIT 1 |
241
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_state` a
WHERE (a.`id_state` = 357) LIMIT 1 |
241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
240
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 152) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
240
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 = 12)
WHERE i.`id_product` = 175
AND image_shop.`cover` = 1 LIMIT 1 |
240
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 = 170) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
240
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 12 |
240
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 (12) LIMIT 1 |
239
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 12
WHERE (a.`id_category` = 59) LIMIT 1 |
239
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 12
WHERE (a.`id_category` = 96) LIMIT 1 |
239
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_state` a
WHERE (a.`id_state` = 500) LIMIT 1 |
239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE pa.`id_product_attribute` = 818 LIMIT 1 |
239
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 = 163) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
239
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 (12) LIMIT 1 |
239
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_state` a
WHERE (a.`id_state` = 378) LIMIT 1 |
239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE pa.`id_product_attribute` = 994 LIMIT 1 |
238
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_state` a
WHERE (a.`id_state` = 497) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 167 AND `id_shop` = 12 |
238
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` = 203 |
238
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_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
238
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 398) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 151 AND id_shop=12 LIMIT 1 |
238
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_module` FROM `ps_module_shop` WHERE `id_module` = 30 AND `id_shop` = 12 LIMIT 1 |
238
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE i.`id_product` = 165
AND image_shop.`cover` = 1 LIMIT 1 |
238
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 = "displayAfterTitleTag") LIMIT 1 |
237
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/43/e8/c7/43e8c739e8cd7edc90e838b41740e3d0117f9831_2.file.head.tpl.php:176<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/43/e8/c7/43e8c739e8cd7edc90e838b41740e3d0117f9831_2.file.head.tpl.php:257<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/43/e8/c7/43e8c739e8cd7edc90e838b41740e3d0117f9831_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:247<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 178
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
237
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 (12) LIMIT 1 |
237
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_state` a
WHERE (a.`id_state` = 503) LIMIT 1 |
237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 362) LIMIT 1 |
237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 176) AND (id_product_attribute = 1046) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
237
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 363) LIMIT 1 |
237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
237
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
236
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 = 12)
WHERE pa.`id_product_attribute` = 996 LIMIT 1 |
236
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 184 |
236
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 = 157) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 411) LIMIT 1 |
236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 154) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 377) LIMIT 1 |
236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 397) LIMIT 1 |
235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
235
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_state` a
WHERE (a.`id_state` = 502) LIMIT 1 |
235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
235
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 |
235
ms
|
2 |
|
|
/modules/tnwuandmg/tnwuandmg.php:62
/modules/tnwuandmg/tnwuandmg.php:51<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 358) LIMIT 1 |
235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
235
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 179 LIMIT 1 |
234
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 366) LIMIT 1 |
234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
234
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 (12) LIMIT 1 |
234
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
234
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 191 AND `id_shop` = 12 |
234
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_state` a
WHERE (a.`id_state` = 369) LIMIT 1 |
234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 12
WHERE (a.`id_category` = 60) LIMIT 1 |
233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
233
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 393) LIMIT 1 |
233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
233
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_state` a
WHERE (a.`id_state` = 390) LIMIT 1 |
233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
233
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 (12) LIMIT 1 |
233
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 = "displayLeftColumn") LIMIT 1 |
233
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 400) LIMIT 1 |
233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
232
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1286<br>/modules/creditpayment/creditpayment.php:199<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 395) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 12 LIMIT 1 |
232
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 99 AND `id_shop` = 12 LIMIT 1 |
232
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 167 |
232
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_state` a
WHERE (a.`id_state` = 501) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 168 AND `id_shop` = 12 |
232
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 = "displayAfterBodyOpeningTag") LIMIT 1 |
231
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:265<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 403) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 359) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 375) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 415) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
231
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_state` a
WHERE (a.`id_state` = 410) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 372) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 193 AND id_shop=12 LIMIT 1 |
230
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_state` a
WHERE (a.`id_state` = 506) LIMIT 1 |
230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 376) LIMIT 1 |
230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 414) LIMIT 1 |
230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE pa.`id_product_attribute` = 1048 LIMIT 1 |
230
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 183 |
230
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_state` a
WHERE (a.`id_state` = 409) LIMIT 1 |
230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 3) LIMIT 1 |
230
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 = "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 `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
229
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 160 |
229
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 (12) LIMIT 1 |
229
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 (12) LIMIT 1 |
229
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_category` FROM `ps_category_product`
WHERE `id_product` = 151 |
229
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.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
229
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_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 = 12)
WHERE pa.`id_product_attribute` = 1016 LIMIT 1 |
229
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 (12) LIMIT 1 |
229
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_state` a
WHERE (a.`id_state` = 379) LIMIT 1 |
229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 160 AND `id_group` = 1 LIMIT 1 |
229
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 = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 504) LIMIT 1 |
228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE pa.`id_product_attribute` = 1038 LIMIT 1 |
228
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_shops_countries` a
WHERE (a.`id` = 90) LIMIT 1 |
227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:132<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 157 LIMIT 1 |
226
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 380) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
226
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 = 158) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE pa.`id_product_attribute` = 846 LIMIT 1 |
226
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 = 190) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 404) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 168 LIMIT 1 |
226
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 170 AND id_shop=12 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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
225
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1040) LIMIT 1 |
225
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_state` a
WHERE (a.`id_state` = 401) LIMIT 1 |
225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 405) LIMIT 1 |
225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
224
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 `from` BETWEEN '2025-09-12 00:00:00' AND '2025-09-12 23:59:59' LIMIT 1 |
224
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 356) LIMIT 1 |
224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
224
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_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
223
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
223
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 |
223
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 184 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 193) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
223
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 = 12)
WHERE pa.`id_product_attribute` = 826 LIMIT 1 |
223
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 = "actionOutputHTMLBefore") LIMIT 1 |
223
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/FrontController.php:730<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 361) LIMIT 1 |
222
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
222
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_module` FROM `ps_module_shop` WHERE `id_module` = 29 AND `id_shop` = 12 LIMIT 1 |
221
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 158 LIMIT 1 |
221
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_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 208 LIMIT 1 |
221
ms
|
1 |
|
|
/classes/Country.php:251
/modules/configtunisiefleurs/classes/ShopCountries.php:130<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
221
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
221
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 = 179) AND (id_product_attribute = 1040) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
221
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 = 167) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
221
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` = 13 LIMIT 1 |
221
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 412) LIMIT 1 |
220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
220
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
220
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 = 186 LIMIT 1 |
220
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_state` a
WHERE (a.`id_state` = 394) LIMIT 1 |
220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 186 AND id_shop=12 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 *
FROM `ps_product_lang`
WHERE `id_product` = 190 AND `id_shop` = 12 |
220
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
220
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 (12) LIMIT 1 |
220
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 = 152 LIMIT 1 |
220
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` = 164 |
220
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` = 168 |
219
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_state` a
WHERE (a.`id_state` = 408) LIMIT 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayFooterAfter") LIMIT 1 |
219
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 12
WHERE (a.`id_category` = 95) LIMIT 1 |
219
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 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 = 12)
WHERE pa.`id_product_attribute` = 850 LIMIT 1 |
219
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 = 170 LIMIT 1 |
219
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 = 12)
WHERE pa.`id_product_attribute` = 840 LIMIT 1 |
219
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_state` a
WHERE (a.`id_state` = 402) LIMIT 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 391) LIMIT 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 505) LIMIT 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE pa.`id_product_attribute` = 832 LIMIT 1 |
219
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 (12) LIMIT 1 |
218
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` = 163 AND `id_shop` = 12 |
218
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 (12) LIMIT 1 |
218
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 = 12)
WHERE pa.`id_product_attribute` = 992 LIMIT 1 |
218
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 location
FROM `ps_stock_available`
WHERE (id_product = 202) AND (id_product_attribute = 848) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
218
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 413) LIMIT 1 |
218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 161 LIMIT 1 |
217
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 = "actionFrontControllerSetMedia") LIMIT 1 |
217
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 location
FROM `ps_stock_available`
WHERE (id_product = 157) AND (id_product_attribute = 996) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
217
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 |
217
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
217
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 = "displayContentWrapperBottom") LIMIT 1 |
217
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:87<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:174<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
217
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 202 LIMIT 1 |
217
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_state` a
WHERE (a.`id_state` = 367) LIMIT 1 |
216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
216
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 `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
216
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayGDPRConsent") LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarTheme/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_emailsubscription/ps_emailsubscription.php:899<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 396) LIMIT 1 |
216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
216
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 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 |
216
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 368) LIMIT 1 |
216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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` = 182
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
216
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` = 161 |
216
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 |
216
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 496) LIMIT 1 |
215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 199 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 active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
215
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 *
FROM `ps_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 12 |
215
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_category` FROM `ps_category_product`
WHERE `id_product` = 177 |
215
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_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/modules/configtunisiefleurs/classes/ShopCountries.php:129<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 118 AND `id_shop` = 12 |
214
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 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 = 12)
WHERE pa.`id_product_attribute` = 1014 LIMIT 1 |
214
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` = 12
WHERE (a.`id_category` = 97) LIMIT 1 |
214
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 (12) LIMIT 1 |
214
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 |
214
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
214
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` = 198 |
214
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_state` a
WHERE (a.`id_state` = 371) LIMIT 1 |
214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 = 12)
WHERE pa.`id_product_attribute` = 836 LIMIT 1 |
214
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 152 |
214
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 = 12)
WHERE pa.`id_product_attribute` = 838 LIMIT 1 |
213
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
213
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 = 201) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
213
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 |
213
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
213
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 |
213
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` = 155 |
213
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 203
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 location
FROM `ps_stock_available`
WHERE (id_product = 184) AND (id_product_attribute = 1030) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
212
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_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 12 LIMIT 1 |
212
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
212
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) |
212
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 388) LIMIT 1 |
212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (1010) AND il.`id_lang` = 5 ORDER by i.`position` |
212
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_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 = 12)
WHERE pa.`id_product_attribute` = 844 LIMIT 1 |
212
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_state` a
WHERE (a.`id_state` = 406) LIMIT 1 |
212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayHeader") LIMIT 1 |
212
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
211
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 = 169) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
211
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 |
211
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_state` a
WHERE (a.`id_state` = 499) LIMIT 1 |
211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
211
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 197 |
211
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_state` a
WHERE (a.`id_state` = 373) LIMIT 1 |
210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
210
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
210
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 |
210
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 |
209
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 (12) LIMIT 1 |
209
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 = 187 LIMIT 1 |
209
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
209
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 = 162 LIMIT 1 |
209
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
209
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 179 AND id_shop=12 LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 161 AND `id_shop` = 12 |
208
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
208
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_lang`
WHERE `id_category` = 101 AND `id_shop` = 12 |
208
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 (12) LIMIT 1 |
208
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 = 194) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
208
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 |
208
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 = 176 LIMIT 1 |
208
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_state` a
WHERE (a.`id_state` = 387) LIMIT 1 |
208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
208
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 location
FROM `ps_stock_available`
WHERE (id_product = 181) AND (id_product_attribute = 1036) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
208
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 *
FROM `ps_group_wholesale_threshold` a
WHERE (a.`id_group_wholesale_threshold` = 11) LIMIT 1 |
207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/tfwholesales/classes/TFWholeSaleThreshold.php:33<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:528<br>/classes/controller/FrontController.php:559<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 184 AND `id_shop` = 12 |
207
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 = "displayNav1") LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
207
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayWrapperTop") LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
207
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 (12) LIMIT 1 |
206
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
206
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 = 182) AND (id_product_attribute = 1034) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
206
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 *
FROM `ps_product_lang`
WHERE `id_product` = 188 AND `id_shop` = 12 |
206
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_state` a
WHERE (a.`id_state` = 382) LIMIT 1 |
206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
206
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
206
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 = "actionProductSearchAfter") LIMIT 1 |
205
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
205
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` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
205
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 |
205
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` = 184 |
205
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1 |
205
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:650<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarTheme/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_emailsubscription/ps_emailsubscription.php:899<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
204
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 = 162) AND (id_product_attribute = 1006) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
204
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
204
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) |
204
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 |
204
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_state` a
WHERE (a.`id_state` = 381) LIMIT 1 |
204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 203 |
204
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 = 155) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 12 |
204
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
203
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` = 186 AND `id_shop` = 12 |
203
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 (12) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
203
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` = 202 AND id_shop=12 LIMIT 1 |
203
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_state` a
WHERE (a.`id_state` = 386) LIMIT 1 |
203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
203
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_state` a
WHERE (a.`id_state` = 384) LIMIT 1 |
203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 189 AND `id_shop` = 12 |
202
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 (1024) AND il.`id_lang` = 5 ORDER by i.`position` |
202
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_state` a
WHERE (a.`id_state` = 383) LIMIT 1 |
202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 172) AND (id_product_attribute = 1026) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
202
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 = 151) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 163) AND (id_product_attribute = 1008) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
202
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` = 194 |
201
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 (12) LIMIT 1 |
201
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 = 197 LIMIT 1 |
201
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 = 161) AND (id_product_attribute = 1004) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
201
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 |
201
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` = 200 AND id_shop=12 LIMIT 1 |
200
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 |
200
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` = 163 |
200
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 = 155) AND (id_product_attribute = 994) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
199
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 = 195) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
199
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1024) LIMIT 1 |
199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 38 LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Country.php:251
/modules/configtunisiefleurs/classes/ShopCountries.php:130<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
199
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` = 188 |
199
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 = 164) AND (id_product_attribute = 1010) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
199
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 = "actionModuleRegisterHookBefore") LIMIT 1 |
199
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
199
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_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 4) LIMIT 1 |
199
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
199
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) |
199
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 197) AND (id_product_attribute = 842) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
199
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` = 159 AND `id_shop` = 12 |
199
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 = "displayBeforeBodyClosingTag") LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:482<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:228<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 198) AND (id_product_attribute = 844) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
198
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
198
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 = 196) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
198
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` = 157 |
198
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` = 168 |
198
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 = 155 LIMIT 1 |
198
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 = 166) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
198
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_state` a
WHERE (a.`id_state` = 385) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 176 |
198
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
197
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
197
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
197
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 = "actionPresentProduct") LIMIT 1 |
197
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 (12) LIMIT 1 |
197
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_category` FROM `ps_category_product`
WHERE `id_product` = 162 |
197
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
197
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 |
197
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 = 172) AND (id_product_attribute = 1026) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
196
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` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
196
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 = "displayContentWrapperTop") LIMIT 1 |
196
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:174<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 (12) LIMIT 1 |
196
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 = 192) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
196
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 = 184) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
196
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` = 175 |
196
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 163) AND (id_product_attribute = 1008) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
196
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` = 182 AND id_shop=12 LIMIT 1 |
195
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 201 LIMIT 1 |
195
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 = 192 LIMIT 1 |
195
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 = 163 LIMIT 1 |
195
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
195
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 = 203) AND (id_product_attribute = 850) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
195
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
194
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_state` a
WHERE (a.`id_state` = 364) LIMIT 1 |
194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
194
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 1 FROM `ps_specific_price` WHERE id_product = 203 LIMIT 1 |
193
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 = 151) AND (id_product_attribute = 988) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
193
ms
|
1 |
|
|
/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 = 195 LIMIT 1 |
193
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` = 8 LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
193
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 1 FROM `ps_specific_price` WHERE id_product = 199 LIMIT 1 |
193
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 162
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
193
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 12
WHERE (a.`id_product_attribute` = 1048) LIMIT 1 |
193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 166 LIMIT 1 |
193
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 = 167 LIMIT 1 |
193
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 |
193
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 200 LIMIT 1 |
193
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 |
192
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` = 159 |
192
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_module` FROM `ps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 12 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 199) AND (id_product_attribute = 846) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
192
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 = 198 LIMIT 1 |
192
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 = "displayTop") LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
191
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 = 196 LIMIT 1 |
191
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 = 188) AND (id_product_attribute = 824) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
191
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 = 184 LIMIT 1 |
191
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` = 5 LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`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 = 12)
WHERE i.`id_product` = 172
AND image_shop.`cover` = 1 LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
191
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 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 |
191
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 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 |
191
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` = 15 LIMIT 1 |
191
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 202
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
190
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` = 199 |
190
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` = 11 LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
190
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 202 |
190
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 |
190
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_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
190
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 12
AND cl.`id_category` = 97 LIMIT 1 |
190
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 201 AND `id_group` = 1 LIMIT 1 |
190
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 191) AND (id_product_attribute = 828) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
189
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
189
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
189
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
189
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 location
FROM `ps_stock_available`
WHERE (id_product = 167) AND (id_product_attribute = 1016) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
189
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 = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
189
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
189
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 (12) LIMIT 1 |
188
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_category` FROM `ps_category_product`
WHERE `id_product` = 154 |
188
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 (12) LIMIT 1 |
188
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` = 163 |
188
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` = 175 AND `id_shop` = 12 |
188
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) |
188
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 12
AND cl.`id_category` = 58 LIMIT 1 |
188
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
188
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
188
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` = 168
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
188
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 |
187
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 |
187
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 location
FROM `ps_stock_available`
WHERE (id_product = 159) AND (id_product_attribute = 1000) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
187
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 location
FROM `ps_stock_available`
WHERE (id_product = 190) AND (id_product_attribute = 834) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
187
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` = 163
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
187
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
187
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_lang`
WHERE `id_product` = 170 AND `id_shop` = 12 |
187
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
186
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 365) LIMIT 1 |
186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/03/a3/49/03a3496e7038c6f80af442fd8148401c12e77a32_2.file.hook_display_left_column.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/configtunisiefleurs/configtunisiefleurs.php:594<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
186
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 = 152) AND (id_product_attribute = 990) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
186
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 199 |
186
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 = 190) AND (id_product_attribute = 834) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
186
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 name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
186
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_module` FROM `ps_module_shop` WHERE `id_module` = 33 AND `id_shop` = 12 LIMIT 1 |
186
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shops_countries` a
WHERE (a.`id` = 133) LIMIT 1 |
186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:132<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 32 AND `id_shop` = 12 LIMIT 1 |
186
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
186
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` = 157 |
185
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 = 190 LIMIT 1 |
185
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 186
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
185
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
185
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
185
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_category` FROM `ps_category_product`
WHERE `id_product` = 200 |
185
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 196 AND `id_group` = 1 LIMIT 1 |
185
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` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
184
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` = 192 |
184
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 196 |
184
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
184
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 169 LIMIT 1 |
184
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 154) AND (id_product_attribute = 992) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
184
ms
|
1 |
|
|
/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 *
FROM `ps_product_lang`
WHERE `id_product` = 183 AND `id_shop` = 12 |
183
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 |
183
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 154
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
183
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 = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
183
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 = 170) AND (id_product_attribute = 1022) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
183
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
183
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` = 202 AND `id_group` = 1 LIMIT 1 |
183
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 157) AND (id_product_attribute = 996) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
182
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 = 175) AND (id_product_attribute = 1048) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
182
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
182
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` = 167 |
182
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 = 182) AND (id_product_attribute = 1034) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
181
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 = 154 LIMIT 1 |
181
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 193) AND (id_product_attribute = 832) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
181
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
181
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 location
FROM `ps_stock_available`
WHERE (id_product = 200) AND (id_product_attribute = 858) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
181
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` = 197 AND id_shop=12 LIMIT 1 |
181
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 202 |
180
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
180
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 |
180
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 173 |
180
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 |
180
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 |
180
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` = 187
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
180
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 154 AND id_shop=12 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 193 |
180
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 |
180
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` = 197 |
180
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
180
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 178 AND `id_group` = 1 LIMIT 1 |
179
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` = 161
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
179
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) |
179
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
179
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 |
179
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 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 |
179
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` = 201 |
179
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` = 13 LIMIT 1 |
179
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
179
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
179
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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 61) LIMIT 1 |
179
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
179
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
178
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
178
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` = 201 |
178
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 160
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
178
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 |
178
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` = 179 |
178
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` = 158 AND id_shop=12 LIMIT 1 |
178
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` = 193 |
178
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
178
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` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
177
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 |
177
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE pa.`id_product_attribute` = 1012 LIMIT 1 |
177
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
177
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
177
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
177
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_shop` a
WHERE (a.`id_shop` = 12) LIMIT 1 |
177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/modules/configtunisiefleurs/classes/ShopCountries.php:129<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
177
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 189 |
177
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
177
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
177
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 175 LIMIT 1 |
177
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
177
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
177
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 199 AND id_shop=12 LIMIT 1 |
177
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 |
177
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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
177
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 192 |
176
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 12
WHERE (a.`id_currency` = 1) LIMIT 1 |
176
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_category` FROM `ps_category_product`
WHERE `id_product` = 169 |
176
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 = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
176
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 = "actionPresentCart") LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Cart/CartPresenter.php:492<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/modules/ps_shoppingcart/ps_shoppingcart.php:114<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 171 AND id_shop=12 LIMIT 1 |
176
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` = 194 |
176
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` = 170 |
176
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
176
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
176
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 = 168) AND (id_product_attribute = 1018) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
176
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 = "filterHtmlContent") LIMIT 1 |
176
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 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 |
176
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
175
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 166 |
175
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) |
175
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 |
175
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` = 162 |
175
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
175
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 |
175
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 location
FROM `ps_stock_available`
WHERE (id_product = 165) AND (id_product_attribute = 1012) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
175
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
175
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
175
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` = 177
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
174
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 = 'EGP') LIMIT 1 |
174
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` = 196 |
174
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` = 159 |
174
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) |
174
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) |
174
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 = 198) AND (id_product_attribute = 844) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
174
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 = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 169 |
174
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 |
174
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 203 AND id_shop=12 LIMIT 1 |
174
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 = 195) AND (id_product_attribute = 836) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
173
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) |
173
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 = 170) AND (id_product_attribute = 1022) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
173
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 = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
173
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 = 201) AND (id_product_attribute = 46) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
173
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` = 12 LIMIT 1 |
173
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 |
173
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 |
173
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` = 173 |
172
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 |
172
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
172
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 = 160) AND (id_product_attribute = 1002) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
172
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 = 192) AND (id_product_attribute = 830) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
172
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 location
FROM `ps_stock_available`
WHERE (id_product = 197) AND (id_product_attribute = 842) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
171
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
171
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` = 166
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
171
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 (12) LIMIT 1 |
171
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 |
171
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 location
FROM `ps_stock_available`
WHERE (id_product = 194) AND (id_product_attribute = 838) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
171
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 *
FROM `ps_shop` a
WHERE (a.`id_shop` = 5) LIMIT 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/modules/configtunisiefleurs/classes/ShopCountries.php:129<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
171
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
171
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) |
171
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 |
170
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 162) AND (id_product_attribute = 1006) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
170
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 |
170
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 152 AND id_shop=12 LIMIT 1 |
170
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 |
170
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 |
170
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 166 |
170
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
170
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_category` FROM `ps_category_product`
WHERE `id_product` = 172 |
170
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 175 AND id_shop=12 LIMIT 1 |
170
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 |
170
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 201 AND id_shop=12 LIMIT 1 |
170
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 = 196) AND (id_product_attribute = 840) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
169
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 |
169
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` = 155 AND id_shop=12 LIMIT 1 |
169
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) |
169
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` = 165 AND `id_shop` = 12 |
169
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 161 AND `id_group` = 1 LIMIT 1 |
169
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` = 198 AND id_shop=12 LIMIT 1 |
169
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 |
169
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 |
169
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 |
168
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
168
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` = 165 |
168
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` = 195 AND id_shop=12 LIMIT 1 |
168
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) |
168
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_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 151 LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Country.php:251
/modules/configtunisiefleurs/classes/ShopCountries.php:130<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 173) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 172 |
168
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` = 175 |
168
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 |
168
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 |
168
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
168
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 |
167
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` = 177 AND `id_group` = 1 LIMIT 1 |
167
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) |
167
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) |
167
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 |
167
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` = 165 |
167
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 |
167
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 |
167
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_shop` WHERE `id_module` = 19 AND `id_shop` = 12 LIMIT 1 |
167
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 196 AND id_shop=12 LIMIT 1 |
167
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
167
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 160 AND `id_shop` = 12 |
167
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 |
167
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
166
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 166 AND id_shop=12 LIMIT 1 |
166
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
166
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` = 163 AND id_shop=12 LIMIT 1 |
166
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 = 178) AND (id_product_attribute = 1042) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
166
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
166
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/override/modules/ps_customersignin/ps_customersignin.php:40<br>/modules/ps_customersignin/ps_customersignin.php:106<br>/classes/Hook.php:1009<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/cf/cf/a9/cfcfa973d0491a2e4f6cfc39ecf0e16710b542a6_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:301<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
166
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` = 152
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
166
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` = 200 AND `id_group` = 1 LIMIT 1 |
166
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 |
166
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 |
166
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 |
166
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` = 198
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
166
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 = 173) AND (id_product_attribute = 1028) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
166
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
166
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 192 AND `id_shop` = 12 |
166
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` = 184 AND id_shop=12 LIMIT 1 |
166
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 (12) LIMIT 1 |
165
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` = 13 LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
165
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` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
165
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 = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
165
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` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
165
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` = 158
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
165
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 |
165
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` = 154 |
165
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 |
164
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 |
164
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` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
164
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 |
164
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 = 12 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
164
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 |
164
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` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
164
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 170 |
164
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` = 168 AND `id_group` = 1 LIMIT 1 |
163
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
163
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 194 AND id_shop=12 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 189
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
163
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 |
163
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 |
163
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` = 162 AND id_shop=12 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
163
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 155
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
163
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 = 155) AND (id_product_attribute = 994) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
163
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
163
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 192
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
162
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` = 176
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
162
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` = 171
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
162
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) |
161
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
161
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
161
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 169 AND id_shop=12 LIMIT 1 |
161
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` = 165 AND `id_group` = 1 LIMIT 1 |
161
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` = 165
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
161
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` = 155 |
161
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 = 173 LIMIT 1 |
161
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
161
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 |
160
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
160
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` = 200
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
160
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) |
160
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 |
160
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'XAF') LIMIT 1 |
160
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
160
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 173) AND (id_product_attribute = 1028) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
160
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
160
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 |
160
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
160
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
160
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 location
FROM `ps_stock_available`
WHERE (id_product = 180) AND (id_product_attribute = 1038) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
159
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) |
159
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) |
159
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
159
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` = 201
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
159
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) |
159
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` = 9 LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
158
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) |
158
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 |
158
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) |
158
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_shops_countries` a
WHERE (a.`id` = 113) LIMIT 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:132<br>/modules/configtunisiefleurs/configtunisiefleurs.php:587<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:356<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
158
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 12 LIMIT 1 |
158
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
157
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 |
157
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 |
157
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 169) AND (id_product_attribute = 1020) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
157
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 = 161) AND (id_product_attribute = 1004) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
157
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` = 193
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
157
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 |
157
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) |
157
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) |
157
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 |
157
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` = 180 AND id_shop=12 LIMIT 1 |
156
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) |
156
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 |
156
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
156
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 = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
156
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 |
156
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 159) AND (id_product_attribute = 1000) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
155
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` = 152 AND `id_group` = 1 LIMIT 1 |
155
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) |
155
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 185) AND (id_product_attribute = 818) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
155
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` = 175 AND `id_group` = 1 LIMIT 1 |
155
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` = 185 AND id_shop=12 LIMIT 1 |
154
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
154
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_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 12 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 171 |
154
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 = 186) AND (id_product_attribute = 820) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
153
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` = 155 AND `id_group` = 1 LIMIT 1 |
153
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` = 157 AND id_shop=12 LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 197
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
153
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 190 AND id_shop=12 LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 195
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
153
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` = 196
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
153
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` = 199
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
153
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 176) AND (id_product_attribute = 1046) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
152
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` = 180 |
151
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
151
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` = 169 AND `id_group` = 1 LIMIT 1 |
151
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` = 167 AND id_shop=12 LIMIT 1 |
151
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 = "displayFooter") LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/39/82/48/398248404968cdcd20ff44c5da4ce41816d97e06_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:446<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/a1/0a/5f/a10a5f321310e31535228319bc84efcff984a639_2.file.layout-both-columns.tpl.php:215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/6e/da/0c/6eda0c7474b324a7855995da974555692df5d922_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 162 AND `id_group` = 1 LIMIT 1 |
151
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 = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
151
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 = 189) AND (id_product_attribute = 826) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
150
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
150
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` = 194
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
149
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) |
149
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 = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
149
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) |
149
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` = 11 LIMIT 1 |
149
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 = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
149
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 |
149
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` = 195 AND `id_group` = 1 LIMIT 1 |
148
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` = 163 AND `id_group` = 1 LIMIT 1 |
148
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) |
148
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE pa.`id_product_attribute` = 1026 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
148
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 173 AND id_shop=12 LIMIT 1 |
148
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 |
147
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 |
147
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 = 158) AND (id_product_attribute = 998) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AED') LIMIT 1 |
147
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` = 184
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
147
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 167) AND (id_product_attribute = 1016) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
146
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` = 171 AND `id_group` = 1 LIMIT 1 |
146
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
146
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 181) AND (id_product_attribute = 1036) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
146
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` = 158 AND `id_group` = 1 LIMIT 1 |
146
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 12)
WHERE pa.`id_product_attribute` = 1032 LIMIT 1 |
146
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
145
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 1032) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
145
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` = 190
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
145
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 |
145
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 |
145
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 location
FROM `ps_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 1032) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
145
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` = 172
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
145
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` = 157
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
145
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 172) AND (id_product_attribute = 0) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
144
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` = 167
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
144
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 175) AND (id_product_attribute = 1048) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
144
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` = 203 AND `id_group` = 1 LIMIT 1 |
144
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 1 FROM `ps_specific_price` WHERE id_product = 165 LIMIT 1 |
144
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 = 165) AND (id_product_attribute = 1012) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
143
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` = 5
AND cl.id_shop = 12
AND cl.`id_category` = 61 LIMIT 1 |
143
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 187) AND (id_product_attribute = 822) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
142
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 = 171) AND (id_product_attribute = 1024) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
142
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 = 191) AND (id_product_attribute = 828) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
142
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (12) LIMIT 1 |
142
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
142
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) |
141
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` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
141
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` = 181
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
141
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` = 175
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
141
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 COUNT(*) FROM ps_shop LIMIT 1 |
141
ms
|
11 |
|
|
/classes/shop/Shop.php:1172
/classes/Configuration.php:220<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 154 AND `id_group` = 1 LIMIT 1 |
141
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 166) AND (id_product_attribute = 1014) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
140
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` = 185
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
140
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` = 198 AND `id_group` = 1 LIMIT 1 |
139
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 179 AND `id_group` = 1 LIMIT 1 |
139
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
138
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 |
138
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) |
137
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 |
137
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 169
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
137
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` = 194 AND `id_group` = 1 LIMIT 1 |
136
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 = 12
AND cl.`id_category` = 61 LIMIT 1 |
136
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 166 AND `id_group` = 1 LIMIT 1 |
136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 164) AND (id_product_attribute = 1010) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
135
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 |
135
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 167 AND `id_group` = 1 LIMIT 1 |
132
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 |
131
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 172 AND id_shop=12 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 192 AND `id_group` = 1 LIMIT 1 |
131
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` = 197 AND `id_group` = 1 LIMIT 1 |
131
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 |
131
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 |
130
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` = 164 |
130
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 190 AND `id_group` = 1 LIMIT 1 |
130
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) |
130
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 = 180 LIMIT 1 |
129
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 173
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
129
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` = 182 AND `id_group` = 1 LIMIT 1 |
128
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) |
127
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 180
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
127
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` = 157 AND `id_group` = 1 LIMIT 1 |
127
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 = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 172 LIMIT 1 |
127
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 |
125
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
123
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` = 171 |
115
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 = 12 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 12 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
113
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php: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` = 179 |
112
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
111
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 location
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 1024) AND (id_shop = 12) AND (id_shop_group = 0) LIMIT 1 |
110
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 173 AND `id_group` = 1 LIMIT 1 |
108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
101
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) |
94
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` = 172 AND `id_group` = 1 LIMIT 1 |
91
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
|