SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 6 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 6 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p |
58111
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 = 6 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 6 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add ASC, p.id_product DESC LIMIT 0, 50 |
41810
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 h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 6 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 6) AND (mg.id_shop = 6 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
38831
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 h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 6)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
27094
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
20812
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 196) |
18372
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` ORDER BY `name` ASC |
17970
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
16089
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 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`) |
15399
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 196
LIMIT 1 |
14187
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
13359
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` = 157 AND `id_group` = 1 LIMIT 1 |
13181
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_state` a
WHERE (a.`id_state` = 359) LIMIT 1 |
13136
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` = 193 AND `id_shop` = 6 |
12817
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
12708
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
12557
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 *
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 = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
12230
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 = "actionOutputHTMLBefore") LIMIT 1 |
12153
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 active
FROM `ps_hook` h
WHERE (h.name = "displayFooterBefore") LIMIT 1 |
12026
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 *
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
11848
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 = 6)
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 |
11681
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
11519
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) |
11463
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 = 6)
WHERE pa.`id_product_attribute` = 1042 LIMIT 1 |
11368
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
11193
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
11193
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 = 6)
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 |
11085
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 = 6)
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 |
10869
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
10593
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_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 |
10449
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
10402
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` = 155 AND id_shop=6 LIMIT 1 |
9940
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
9756
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 200) LIMIT 1 |
9677
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 191) LIMIT 1 |
9571
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 location
FROM `ps_stock_available`
WHERE (id_product = 202) AND (id_product_attribute = 848) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
9545
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
9379
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 167
ORDER BY `position` |
9367
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 197 |
8997
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 = "actionModuleRegisterHookBefore") LIMIT 1 |
8827
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
8784
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 199 LIMIT 1 |
8778
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 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 = 6)
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 |
8548
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` = 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 |
8533
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
8414
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 155) |
8309
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 171
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
8280
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
8249
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
8215
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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 6 |
8125
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` = 6
WHERE (a.`id_product` = 193) LIMIT 1 |
8117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
7926
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 184) |
7807
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 = "displayFooter") LIMIT 1 |
7798
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 154 |
7738
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
7620
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 842 LIMIT 1 |
7617
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 = 182) AND (id_product_attribute = 1034) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
7289
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 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 = 6)
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 |
7237
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 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 |
7129
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 163) AND (id_product_attribute = 1008) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
7127
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 202 |
7111
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
7052
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
7040
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` 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` = 6
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 6) LIMIT 1 |
7017
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
6982
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 184 |
6937
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 199 AND `id_shop` = 6 |
6870
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_lang` FROM `ps_lang` WHERE `iso_code` = 'it' LIMIT 1 |
6865
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 l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
6738
ms
|
35 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 406) LIMIT 1 |
6732
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 (6) LIMIT 1 |
6676
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 = 169) AND (id_product_attribute = 1020) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
6586
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 = "actionModuleRegisterHookBefore") LIMIT 1 |
6461
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
6421
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 157) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
6368
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_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
6329
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 *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 998) LIMIT 1 |
6278
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_hook`, `name` FROM `ps_hook` |
6250
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 1 FROM `ps_specific_price` WHERE id_product = 165 LIMIT 1 |
6222
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
6151
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 181
AND image_shop.`cover` = 1 LIMIT 1 |
6105
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 f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 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 |
6100
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayContentWrapperBottom") LIMIT 1 |
6041
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 187 |
6026
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 178) |
5894
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 = 6)
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 |
5830
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
5759
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 ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 6) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 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 |
5728
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 (6) LIMIT 1 |
5712
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 155
ORDER BY `position` |
5687
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
5539
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
5529
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` = 176 AND `id_shop` = 6 |
5502
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 180) |
5444
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 152 |
5443
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
5434
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_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` = 6
WHERE (a.`id_product` = 178) AND (b.`id_shop` = 6) LIMIT 1 |
5394
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
5382
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
5380
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` = 178 |
5373
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.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
5255
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` 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` = 6
WHERE (a.`id_currency` = 9) LIMIT 1 |
5168
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 167) LIMIT 1 |
5130
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 846 LIMIT 1 |
5110
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 = 167) AND (id_product_attribute = 1016) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
5061
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
5048
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 = 6)
WHERE pf.id_product = 154
ORDER BY f.position ASC |
5010
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
4981
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` = 6
WHERE (a.`id_product` = 202) AND (b.`id_shop` = 6) LIMIT 1 |
4956
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
4950
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
4877
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 164 |
4861
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 183
LIMIT 1 |
4721
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
4638
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 61) LIMIT 1 |
4627
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 = "actionPresentProduct") LIMIT 1 |
4601
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
4579
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
4571
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
4565
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
4548
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
4530
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 = 6 AND id_lang = 5
AND hook = 'left' AND active = 1
ORDER BY item_order ASC |
4529
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 *
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
4463
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 182 |
4458
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
4441
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
4400
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
4350
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 = 158) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
4303
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
4229
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 152
LIMIT 1 |
4226
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
4224
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` = 181 |
4170
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 = 160) AND (id_product_attribute = 1002) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
4142
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 = 179) AND (id_product_attribute = 1040) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
4127
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 = 165) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
4093
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 type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 25
AND id_shop = 6
GROUP BY `type`, id_value ORDER BY position ASC |
4092
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
4079
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 product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1048 LIMIT 1 |
4050
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 199) |
4045
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 198 |
4041
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` = 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 |
4021
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` = 173 AND `id_shop` = 6 |
4010
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 COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
3988
ms
|
2592100 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 158 AND `id_shop` = 6 |
3987
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 168 |
3972
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 |
3955
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 type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 25
AND id_shop = 6
GROUP BY `type`, id_value ORDER BY position ASC |
3932
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 197
LIMIT 1 |
3927
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
3925
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
3924
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
3921
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 151) |
3918
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 = 6)
WHERE pf.id_product = 188
ORDER BY f.position ASC |
3898
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 = 6)
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 |
3892
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
3888
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
3882
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
3882
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
|
SHOW TABLES LIKE 'ps_tnwuandmg' |
3880
ms
|
1 |
|
|
/modules/tnwuandmg/tnwuandmg.php:59
/modules/tnwuandmg/tnwuandmg.php:51<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
3876
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 162 |
3867
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 191) |
3849
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_lang`
WHERE `id_product` = 175 AND `id_shop` = 6 |
3829
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 6 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
3826
ms
|
237 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
3805
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` = 151 |
3792
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 (6) LIMIT 1 |
3774
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
3756
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
3750
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
3729
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 154
ORDER BY `position` |
3715
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 = 6)
WHERE i.`id_product` = 157
AND image_shop.`cover` = 1 LIMIT 1 |
3697
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 6)
WHERE pf.id_product = 157
ORDER BY f.position ASC |
3690
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 155) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
3666
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
3595
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 164) LIMIT 1 |
3593
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 167 AND pa.`id_product` = 167 AND pa.`id_product_attribute` = 1016 LIMIT 1 |
3578
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 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 = 6)
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 |
3576
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 6)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 5)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
3574
ms
|
195 |
Yes
|
|
/classes/Country.php:147
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:951<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:45<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
3559
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 196 AND pa.`id_product` = 196 AND pa.`id_product_attribute` = 840 LIMIT 1 |
3539
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 |
3538
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
3534
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 ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 6) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 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 |
3534
ms
|
9 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
/modules/ps_facetedsearch/src/Filters/Converter.php:358<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 161 AND `id_shop` = 6 |
3506
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
3504
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
3497
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
3488
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
3488
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 = 196) AND (id_product_attribute = 840) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
3487
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 197 |
3474
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 |
3467
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 190 AND `id_shop` = 6 |
3449
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
3446
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` = 191 AND `id_shop` = 6 |
3438
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 location
FROM `ps_stock_available`
WHERE (id_product = 178) AND (id_product_attribute = 1042) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
3434
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 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 |
3426
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` = 6
WHERE (a.`id_product` = 183) AND (b.`id_shop` = 6) LIMIT 1 |
3416
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
3370
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 177 AND pa.`id_product` = 177 AND pa.`id_product_attribute` = 1044 LIMIT 1 |
3346
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1048) LIMIT 1 |
3332
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 186) |
3329
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 185) AND (id_product_attribute = 818) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
3325
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 195) |
3302
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` = 6
WHERE (a.`id_product_attribute` = 1008) LIMIT 1 |
3265
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
3263
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 = 6)
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 |
3232
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_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 6 LIMIT 1 |
3214
ms
|
1 |
|
|
/classes/ObjectModel.php:1646
/config/config.inc.php:224<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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
3190
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 175
LIMIT 1 |
3181
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 157) AND (id_product_attribute = 996) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
3162
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` = 6
WHERE (a.`id_product_attribute` = 1042) LIMIT 1 |
3140
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 = 6)
WHERE pf.id_product = 197
ORDER BY f.position ASC |
3106
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 (6) LIMIT 1 |
3088
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` = 6
WHERE (a.`id_currency` = 8) LIMIT 1 |
3075
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 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 = 6)
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 |
3062
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 |
3059
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
3051
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
3043
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 6)
WHERE pf.id_product = 203
ORDER BY f.position ASC |
3028
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` = 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 |
3021
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 = 6)
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 |
3016
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 = 178) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
3011
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` = 170 |
3007
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 163
LIMIT 1 |
2983
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 `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
2969
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 173 |
2958
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 (6) LIMIT 1 |
2946
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 |
2916
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
2887
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 158 |
2880
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
2860
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 186) AND (id_product_attribute = 820) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2848
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 (6) LIMIT 1 |
2845
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 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 = 6)
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 |
2841
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 28) LIMIT 1 |
2837
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:520<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_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` = 6
WHERE (a.`id_product` = 186) AND (b.`id_shop` = 6) LIMIT 1 |
2827
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` = 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 |
2824
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
2804
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` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
2781
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
2755
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
2754
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, 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 = 6)
WHERE pf.id_product = 167
ORDER BY f.position ASC |
2748
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 (1006) AND il.`id_lang` = 5 ORDER by i.`position` |
2745
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` = 200 AND `id_shop` = 6 |
2745
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` = 187 AND id_shop=6 LIMIT 1 |
2745
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 189) LIMIT 1 |
2736
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_hook`
WHERE `id_hook` = 699 LIMIT 1 |
2729
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 180 AND id_shop=6 LIMIT 1 |
2722
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
2717
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 822 LIMIT 1 |
2713
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 = 171) AND (id_product_attribute = 1024) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2708
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
2698
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 151
ORDER BY `position` |
2658
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 = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
2651
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_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 6
WHERE (a.`id_country` = 13) LIMIT 1 |
2625
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/override/classes/AddressFormat.php:17<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1643<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
2622
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 175 |
2590
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1028) LIMIT 1 |
2563
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 181
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
2546
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 155 |
2539
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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 203
ORDER BY `position` |
2533
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
2530
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 = 6)
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 |
2529
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 = 6)
WHERE pf.id_product = 173
ORDER BY f.position ASC |
2524
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 198
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
2523
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 178 AND `id_group` = 1 LIMIT 1 |
2513
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` = 173 AND `id_group` = 1 LIMIT 1 |
2508
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` = 176 |
2491
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 = 165) AND (id_product_attribute = 1012) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2488
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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 183
ORDER BY `position` |
2484
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 173) LIMIT 1 |
2480
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
2477
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.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 175 AND pa.`id_product` = 175 AND pa.`id_product_attribute` = 1048 LIMIT 1 |
2468
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1024 LIMIT 1 |
2453
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
2452
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 = "actionFrontControllerSetVariables") LIMIT 1 |
2443
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/FrontController.php:547<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_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` = 6
WHERE (a.`id_product` = 179) AND (b.`id_shop` = 6) LIMIT 1 |
2442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
2422
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 domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 6 LIMIT 1 |
2418
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 171 AND pa.`id_product` = 171 AND pa.`id_product_attribute` = 1024 LIMIT 1 |
2397
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 154 AND pa.`id_product` = 154 AND pa.`id_product_attribute` = 992 LIMIT 1 |
2393
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 193) |
2392
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_lang`
WHERE `id_product` = 165 AND `id_shop` = 6 |
2382
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 = 175 LIMIT 1 |
2348
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 |
2338
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
2334
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
2334
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` = 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 |
2324
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 154) |
2324
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_category` FROM `ps_category_product`
WHERE `id_product` = 198 |
2310
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 |
2296
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 = 178 LIMIT 1 |
2278
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 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 = 6)
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 |
2277
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 = "actionDispatcherBefore") LIMIT 1 |
2246
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:357<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 = 6)
WHERE pf.id_product = 199
ORDER BY f.position ASC |
2242
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 = "actionPresentProduct") LIMIT 1 |
2239
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` = 6
WHERE (a.`id_product_attribute` = 844) LIMIT 1 |
2230
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 169
LIMIT 1 |
2224
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_angarbanners`
WHERE id_shop = 6 AND id_lang = 5
AND hook = 'header' AND active = 1
ORDER BY item_order ASC |
2215
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 193
LIMIT 1 |
2213
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 = 6)
WHERE pf.id_product = 198
ORDER BY f.position ASC |
2212
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_category` FROM `ps_category_product`
WHERE `id_product` = 199 |
2206
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_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 = 6 LIMIT 1 |
2204
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 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 = 6)
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 |
2195
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 (832) AND il.`id_lang` = 5 ORDER by i.`position` |
2190
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
2182
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
2175
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 |
2168
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_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 6
WHERE (a.`id_lang` = 1) LIMIT 1 |
2166
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 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` |
2160
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 176) LIMIT 1 |
2154
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 = 6)
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 |
2136
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 = 181) AND (id_product_attribute = 1036) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2134
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 171) LIMIT 1 |
2129
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` = 6
WHERE (a.`id_product_attribute` = 1012) LIMIT 1 |
2124
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` = 166 AND id_shop=6 LIMIT 1 |
2123
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
2106
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 203
LIMIT 1 |
2105
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
2103
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 173) |
2102
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 (6) LIMIT 1 |
2098
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 185) |
2098
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
2097
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1014) LIMIT 1 |
2084
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
2073
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 = "actionPresentProduct") LIMIT 1 |
2072
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 = 6)
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 |
2064
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 tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 229
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
2035
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
2033
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 167) |
2016
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 = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
2012
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.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 = 6 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 6)
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 |
2010
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 *
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
2008
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 = 199) AND (id_product_attribute = 846) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2008
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 = 175) AND (id_product_attribute = 1048) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1991
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` = 200 AND id_shop=6 LIMIT 1 |
1990
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` = 152 |
1984
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 = 0 LIMIT 1 |
1977
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 190 AND id_shop=6 LIMIT 1 |
1974
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 = 167) AND (id_product_attribute = 1016) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1974
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1973
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` = 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 |
1967
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 158) LIMIT 1 |
1966
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_state` a
WHERE (a.`id_state` = 398) LIMIT 1 |
1959
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 = 199) AND (id_product_attribute = 846) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1954
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 = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
1954
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.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 185 AND pa.`id_product` = 185 AND pa.`id_product_attribute` = 818 LIMIT 1 |
1952
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 187) |
1946
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
1935
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 = 176) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1934
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 65) LIMIT 1 |
1927
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-09-12 00:00:00' AND '2025-09-12 23:59:59' LIMIT 1 |
1926
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 177 AND `id_group` = 1 LIMIT 1 |
1925
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 6)
WHERE pf.id_product = 186
ORDER BY f.position ASC |
1920
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 = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
1906
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_category` FROM `ps_category_product`
WHERE `id_product` = 196 |
1904
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
1901
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (820) AND il.`id_lang` = 5 ORDER by i.`position` |
1896
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` = 200 |
1891
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 |
1889
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` 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` = 6
WHERE (a.`id_product` = 193) AND (b.`id_shop` = 6) LIMIT 1 |
1885
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 = "displayNav2") LIMIT 1 |
1880
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 *
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
1874
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 194) |
1858
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
1855
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 = 6)
WHERE pf.id_product = 195
ORDER BY f.position ASC |
1843
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
1825
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 (6) LIMIT 1 |
1825
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_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
1824
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 201) LIMIT 1 |
1823
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 = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
1816
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 |
1813
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` = 196 |
1812
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 190 AND pa.`id_product` = 190 AND pa.`id_product_attribute` = 834 LIMIT 1 |
1811
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 = "displayGDPRConsent") LIMIT 1 |
1808
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1803
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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 |
1803
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 195 AND pa.`id_product` = 195 AND pa.`id_product_attribute` = 836 LIMIT 1 |
1802
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 |
1800
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 192
LIMIT 1 |
1791
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1790
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1780
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 190) LIMIT 1 |
1774
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
1772
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` = 178 AND `id_shop` = 6 |
1771
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1762
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) |
1760
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 = 6)
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 |
1758
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1757
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` = 159 AND `id_shop` = 6 |
1756
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1754
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 178
LIMIT 1 |
1748
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` = 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 |
1746
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 `iso_code`
FROM `ps_country`
WHERE `id_country` = 229 LIMIT 1 |
1742
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 173
LIMIT 1 |
1735
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 184 AND pa.`id_product` = 184 AND pa.`id_product_attribute` = 1030 LIMIT 1 |
1730
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 |
1730
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` = 175
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1727
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 198) LIMIT 1 |
1725
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1718
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 177
LIMIT 1 |
1714
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 |
1708
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1696
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 = 6)
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` |
1692
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 |
1685
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 |
1684
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
1684
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` = 6
WHERE (a.`id_product` = 170) AND (b.`id_shop` = 6) LIMIT 1 |
1682
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_category` FROM `ps_category_product`
WHERE `id_product` = 195 |
1680
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1674
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` = 6
WHERE (a.`id_product_attribute` = 850) LIMIT 1 |
1673
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 (1022) AND il.`id_lang` = 5 ORDER by i.`position` |
1667
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 (1002) AND il.`id_lang` = 5 ORDER by i.`position` |
1665
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1663
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1662
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` = 6
WHERE (a.`id_product` = 171) AND (b.`id_shop` = 6) LIMIT 1 |
1662
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 |
1658
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` = 196 AND id_shop=6 LIMIT 1 |
1656
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` = 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 |
1655
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1653
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1020) LIMIT 1 |
1650
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` = 190 |
1647
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, 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 = 6)
WHERE pf.id_product = 169
ORDER BY f.position ASC |
1636
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
1635
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 172 |
1622
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
1618
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 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 = 6)
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 |
1617
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
1616
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 200) |
1613
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 167 |
1608
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 167 AND `id_shop` = 6 |
1608
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1606
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1605
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 = 6)
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` |
1603
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 166 |
1597
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 187
LIMIT 1 |
1596
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1590
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 193 AND pa.`id_product` = 193 AND pa.`id_product_attribute` = 832 LIMIT 1 |
1588
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 199 AND pa.`id_product` = 199 AND pa.`id_product_attribute` = 846 LIMIT 1 |
1585
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1582
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 1 FROM `ps_specific_price` WHERE id_product = 187 LIMIT 1 |
1580
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 format
FROM `ps_address_format`
WHERE `id_country` = 13 LIMIT 1 |
1576
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 *
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
1571
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` = 6
WHERE (a.`id_product` = 182) AND (b.`id_shop` = 6) LIMIT 1 |
1560
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 = 152) AND (id_product_attribute = 990) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1560
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 (6) LIMIT 1 |
1558
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 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 = 6)
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 |
1555
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` = 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 |
1553
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 168 AND pa.`id_product` = 168 AND pa.`id_product_attribute` = 1018 LIMIT 1 |
1550
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` = 198 |
1547
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` = 180 AND `id_shop` = 6 |
1542
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1535
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 202 AND pa.`id_product` = 202 AND pa.`id_product_attribute` = 848 LIMIT 1 |
1532
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
1528
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 = 183) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1527
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1525
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM ps_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 |
1523
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1521
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 195
LIMIT 1 |
1519
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
1512
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_category` FROM `ps_category_product`
WHERE `id_product` = 202 |
1501
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 = "actionDispatcher") LIMIT 1 |
1498
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:514<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1497
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` = 180 |
1496
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 191
LIMIT 1 |
1494
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 836 LIMIT 1 |
1492
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 |
1491
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.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 192 AND pa.`id_product` = 192 AND pa.`id_product_attribute` = 830 LIMIT 1 |
1487
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 (988) AND il.`id_lang` = 5 ORDER by i.`position` |
1486
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 = 6)
WHERE pa.`id_product_attribute` = 988 LIMIT 1 |
1485
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 = 6)
WHERE i.`id_product` = 177
AND image_shop.`cover` = 1 LIMIT 1 |
1485
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 157
LIMIT 1 |
1481
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 180
LIMIT 1 |
1480
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 171 |
1476
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 = 6)
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` |
1474
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 = 6)
WHERE pf.id_product = 196
ORDER BY f.position ASC |
1471
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 location
FROM `ps_stock_available`
WHERE (id_product = 172) AND (id_product_attribute = 1026) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1465
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 = 166) AND (id_product_attribute = 1014) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1465
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
1464
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` = 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 |
1464
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
1463
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1461
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 197) |
1458
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 190) AND (id_product_attribute = 834) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1454
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 190
LIMIT 1 |
1452
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 163 |
1448
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 161
LIMIT 1 |
1445
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 172 |
1443
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` = 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 |
1440
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 165
LIMIT 1 |
1439
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 6
AND cl.`id_category` = 58 LIMIT 1 |
1438
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 166
LIMIT 1 |
1438
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1436
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 192) |
1435
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 = "displayLeftColumn") LIMIT 1 |
1435
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
1433
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` = 160 |
1432
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, 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 = 6)
WHERE pf.id_product = 183
ORDER BY f.position ASC |
1432
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 832 LIMIT 1 |
1425
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 160) LIMIT 1 |
1424
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 |
1422
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 |
1419
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 |
1411
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 161 |
1408
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1407
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 = 6)
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 |
1405
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 |
1401
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 169 AND pa.`id_product` = 169 AND pa.`id_product_attribute` = 1020 LIMIT 1 |
1396
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 = 162) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1394
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 = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
1392
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 |
1391
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 164
LIMIT 1 |
1390
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1390
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1389
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` = 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 |
1389
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 = 6)
WHERE pa.`id_product_attribute` = 830 LIMIT 1 |
1386
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 848 LIMIT 1 |
1385
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 = 157) AND (id_product_attribute = 996) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1385
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 170
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1383
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
1382
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
1382
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 173
AND image_shop.`cover` = 1 LIMIT 1 |
1381
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 = 172) AND (id_product_attribute = 1026) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1381
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` = 6
WHERE (a.`id_product` = 164) AND (b.`id_shop` = 6) LIMIT 1 |
1379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 160 AND `id_shop` = 6 |
1378
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 location
FROM `ps_stock_available`
WHERE (id_product = 162) AND (id_product_attribute = 1006) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1371
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 198
LIMIT 1 |
1364
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayNav1") LIMIT 1 |
1359
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 198) AND (id_product_attribute = 844) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1356
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 (6) LIMIT 1 |
1356
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 = 193) AND (id_product_attribute = 832) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1355
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 184
LIMIT 1 |
1354
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 189) |
1354
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` = 191 |
1353
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` = 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 |
1351
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1349
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 191) AND (b.`id_shop` = 6) LIMIT 1 |
1348
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 171
LIMIT 1 |
1347
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` = 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 |
1346
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 162) LIMIT 1 |
1345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 188
ORDER BY `position` |
1344
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 197 AND pa.`id_product` = 197 AND pa.`id_product_attribute` = 842 LIMIT 1 |
1342
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1335
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 188) |
1333
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` = 170 |
1329
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1329
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 184
ORDER BY `position` |
1327
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-09-12 00:00:00' AND '2025-09-12 23:59:59' LIMIT 1 |
1326
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 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 = 6)
WHERE pf.id_product = 189
ORDER BY f.position ASC |
1326
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 179) LIMIT 1 |
1325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 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 |
1325
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 = 6)
WHERE pf.id_product = 187
ORDER BY f.position ASC |
1324
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 160 |
1320
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 mc.*
FROM `ps_module_currency` mc
WHERE (mc.`id_module` = 123) AND (mc.`id_shop` = 6) |
1320
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/tnwuandmg/tnwuandmg.php:48<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1320
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 160) AND (b.`id_shop` = 6) LIMIT 1 |
1319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1318
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1317
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 172
LIMIT 1 |
1312
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1312
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1310
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 155
LIMIT 1 |
1304
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
1302
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1300
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
1297
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 834 LIMIT 1 |
1294
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 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 = 6)
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 |
1294
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.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 161
AND image_shop.`cover` = 1 LIMIT 1 |
1291
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1288
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 167 AND `id_group` = 1 LIMIT 1 |
1287
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 6)
WHERE pf.id_product = 166
ORDER BY f.position ASC |
1286
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` = 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 |
1285
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1283
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` = 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 |
1271
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 203) |
1268
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` = 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 |
1268
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` = 6
WHERE (a.`id_product_attribute` = 818) LIMIT 1 |
1265
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1261
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 = 169) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1260
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 |
1256
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 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 = 6)
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 |
1256
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 159 |
1255
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` = 6
WHERE (a.`id_product` = 185) AND (b.`id_shop` = 6) LIMIT 1 |
1254
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 194
LIMIT 1 |
1252
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
1250
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 181
LIMIT 1 |
1248
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` = 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 |
1247
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` = 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 |
1247
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
1246
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` = 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 |
1243
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` = 6
WHERE (a.`id_product_attribute` = 842) LIMIT 1 |
1243
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 = 186 LIMIT 1 |
1239
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
1239
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 179
LIMIT 1 |
1239
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1239
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1236
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 182
LIMIT 1 |
1236
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` |
1232
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` = 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 |
1231
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 171) |
1230
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 = 6)
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 |
1222
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
1220
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 162
LIMIT 1 |
1213
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
1212
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 186
LIMIT 1 |
1211
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1208
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
1208
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 169) |
1208
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 198 LIMIT 1 |
1206
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 192 |
1205
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 202) |
1188
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` = 194 |
1187
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1183
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 location
FROM `ps_stock_available`
WHERE (id_product = 184) AND (id_product_attribute = 1030) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1182
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 201
LIMIT 1 |
1181
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 157 AND `id_shop` = 6 |
1180
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 200
LIMIT 1 |
1178
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
1177
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 168) |
1176
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 160
ORDER BY `position` |
1172
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 = "actionPresentProduct") LIMIT 1 |
1163
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 173 |
1162
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 165 |
1160
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 (6) LIMIT 1 |
1160
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_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` = 6
WHERE (a.`id_product` = 187) AND (b.`id_shop` = 6) LIMIT 1 |
1159
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 = 6)
WHERE pf.id_product = 194
ORDER BY f.position ASC |
1158
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
1158
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 196 AND `id_group` = 1 LIMIT 1 |
1156
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 6)
WHERE pf.id_product = 176
ORDER BY f.position ASC |
1155
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 (6) LIMIT 1 |
1151
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
1150
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 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 = 6)
WHERE c.`active` = 1 LIMIT 1 |
1146
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
1143
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 199 |
1143
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 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 202
LIMIT 1 |
1142
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 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 |
1142
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 161) |
1139
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 = 6)
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 |
1138
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 151 AND pa.`id_product` = 151 AND pa.`id_product_attribute` = 988 LIMIT 1 |
1138
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 152) |
1138
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
1137
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1135
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 167
LIMIT 1 |
1134
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` = 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 |
1133
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.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 162 AND pa.`id_product` = 162 AND pa.`id_product_attribute` = 1006 LIMIT 1 |
1132
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` = 6
WHERE (a.`id_product` = 187) LIMIT 1 |
1131
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` = 177 |
1130
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) |
1127
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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 |
1126
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 165 |
1125
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1123
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 (6) LIMIT 1 |
1121
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` = 6
WHERE (a.`id_product` = 161) AND (b.`id_shop` = 6) LIMIT 1 |
1118
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` = 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 |
1116
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1116
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_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` = 6
WHERE (a.`id_product` = 197) AND (b.`id_shop` = 6) LIMIT 1 |
1113
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` = 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 |
1111
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` = 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 |
1109
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` = 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 |
1108
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 = 6)
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 |
1107
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1106
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
1105
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 = 163) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1104
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` = 6
WHERE (a.`id_product` = 152) AND (b.`id_shop` = 6) LIMIT 1 |
1103
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 = 186) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1102
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` = 192 |
1098
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` = 162 AND `id_shop` = 6 |
1094
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 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 |
1090
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
1087
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 f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 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 |
1083
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 394) LIMIT 1 |
1081
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 196 |
1080
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 197 AND `id_group` = 1 LIMIT 1 |
1078
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 179) |
1078
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 186 |
1076
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1075
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 195) AND (id_product_attribute = 836) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1073
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` = 185
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1073
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` = 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 |
1072
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_category` FROM `ps_category_product`
WHERE `id_product` = 203 |
1071
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, 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 = 6)
WHERE pf.id_product = 158
ORDER BY f.position ASC |
1070
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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 6 |
1070
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/tfjardinage/tfjardinage.php:50<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:286<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 178 |
1070
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
1069
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 154
LIMIT 1 |
1068
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
1067
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
1066
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 203 |
1066
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 158
LIMIT 1 |
1066
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 189 AND pa.`id_product` = 189 AND pa.`id_product_attribute` = 826 LIMIT 1 |
1065
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 154) AND (b.`id_shop` = 6) LIMIT 1 |
1063
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 FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
1063
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
1062
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1061
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` = 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 |
1060
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
1059
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (834) AND il.`id_lang` = 5 ORDER by i.`position` |
1058
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 166 AND pa.`id_product` = 166 AND pa.`id_product_attribute` = 1014 LIMIT 1 |
1054
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1054
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 = 177 LIMIT 1 |
1054
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1053
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1052
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 159) LIMIT 1 |
1050
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 = 6)
WHERE i.`id_product` = 178
AND image_shop.`cover` = 1 LIMIT 1 |
1046
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 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 |
1044
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 151 AND `id_group` = 1 LIMIT 1 |
1044
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 191 |
1043
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
1041
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 = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
1040
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1038
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` = 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 |
1038
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` = 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 |
1036
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1034
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 846) LIMIT 1 |
1034
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
1033
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 185
LIMIT 1 |
1031
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 838 LIMIT 1 |
1031
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 157 |
1028
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 = 6)
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` |
1027
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
1026
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_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 183) |
1023
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 194 AND pa.`id_product` = 194 AND pa.`id_product_attribute` = 838 LIMIT 1 |
1023
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_tfgifts_media`
WHERE deletion_date < NOW() |
1022
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 image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 187
AND image_shop.`cover` = 1 LIMIT 1 |
1022
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1021
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 = 6)
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 |
1019
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 = 6)
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 |
1017
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1017
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` = 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 |
1016
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 193) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1014
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1014
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
1014
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 FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
1013
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` = 177
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1012
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1012
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
1012
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 = 6)
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 |
1009
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 168 AND `id_group` = 1 LIMIT 1 |
1007
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` = 189 AND `id_group` = 1 LIMIT 1 |
1007
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 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 = 6)
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 |
1006
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
1005
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 = 6)
WHERE pa.`id_product_attribute` = 828 LIMIT 1 |
1005
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` = 6
WHERE (a.`id_product` = 168) AND (b.`id_shop` = 6) LIMIT 1 |
1004
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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 6 |
1003
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1002
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
1001
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 159) AND (id_product_attribute = 1000) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1000
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` = 189 |
999
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` = 6
WHERE (a.`id_product` = 180) LIMIT 1 |
998
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 163 |
998
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 location
FROM `ps_stock_available`
WHERE (id_product = 160) AND (id_product_attribute = 1002) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
997
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 151
LIMIT 1 |
997
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 169 |
996
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 180 |
995
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
995
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 167
AND image_shop.`cover` = 1 LIMIT 1 |
994
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
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 1 FROM `ps_specific_price` WHERE id_product = 197 LIMIT 1 |
993
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` = 6
WHERE (a.`id_product` = 190) AND (b.`id_shop` = 6) LIMIT 1 |
993
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 FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
992
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 6)
WHERE pf.id_product = 185
ORDER BY f.position ASC |
992
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 189
LIMIT 1 |
988
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 = 6)
WHERE pf.id_product = 170
ORDER BY f.position ASC |
988
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 160 |
988
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
983
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
982
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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 |
981
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 159
LIMIT 1 |
981
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` = 6
WHERE (a.`id_product` = 167) AND (b.`id_shop` = 6) LIMIT 1 |
978
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` = 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 |
976
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 190 |
975
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 151 AND id_shop=6 LIMIT 1 |
975
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, 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 = 6)
WHERE pf.id_product = 171
ORDER BY f.position ASC |
975
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 = 6)
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 |
974
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
974
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 |
974
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 58) LIMIT 1 |
974
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 DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 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 |
973
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 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 = 6)
WHERE pf.id_product = 152
ORDER BY f.position ASC |
972
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` = 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 |
972
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` = 6
WHERE (a.`id_product` = 158) AND (b.`id_shop` = 6) LIMIT 1 |
970
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/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` = 6
WHERE (a.`id_product` = 177) AND (b.`id_shop` = 6) LIMIT 1 |
970
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/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` = 6
WHERE (a.`id_product` = 195) AND (b.`id_shop` = 6) LIMIT 1 |
969
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 = 6)
WHERE pf.id_product = 178
ORDER BY f.position ASC |
968
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` = 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 |
966
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 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` |
965
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 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 = 6)
WHERE pf.id_product = 165
ORDER BY f.position ASC |
961
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 199
LIMIT 1 |
959
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
959
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) |
956
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 (1046) AND il.`id_lang` = 5 ORDER by i.`position` |
954
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 191 |
953
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1016 LIMIT 1 |
953
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` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
950
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 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 = 6)
WHERE pf.id_product = 151
ORDER BY f.position ASC |
948
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 = "actionPresentProduct") LIMIT 1 |
948
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
946
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 194 AND id_shop=6 LIMIT 1 |
944
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` = 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 |
944
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` = 6
WHERE (a.`id_product` = 162) AND (b.`id_shop` = 6) LIMIT 1 |
944
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 |
942
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 188 |
942
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
942
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 = 6)
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 |
941
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
941
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1016) LIMIT 1 |
941
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
940
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` = 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 |
938
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
937
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` = 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 |
936
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 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` |
935
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 190
ORDER BY `position` |
934
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 160
LIMIT 1 |
934
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` = 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 |
933
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
932
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 164) |
932
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
930
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 = "actionPresentProduct") LIMIT 1 |
930
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
929
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` = 184 AND id_shop=6 LIMIT 1 |
927
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 |
925
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
924
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
923
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` = 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 |
922
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
922
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 194) AND (b.`id_shop` = 6) LIMIT 1 |
918
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
917
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 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` |
917
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` = 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 |
917
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` = 6
WHERE (a.`id_product` = 155) AND (b.`id_shop` = 6) LIMIT 1 |
916
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` = 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 |
915
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` = 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 |
914
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` = 178 AND id_shop=6 LIMIT 1 |
914
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 |
914
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.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 182 AND pa.`id_product` = 182 AND pa.`id_product_attribute` = 1034 LIMIT 1 |
912
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
912
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
912
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` = 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 |
911
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 = 6)
WHERE pf.id_product = 190
ORDER BY f.position ASC |
908
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
908
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 187 AND `id_shop` = 6 |
906
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` = 201 AND `id_shop` = 6 |
906
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1026 LIMIT 1 |
905
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 194
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
904
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
904
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`, `alias` FROM `ps_hook_alias` |
904
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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 6 |
903
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
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 1 FROM `ps_specific_price` WHERE id_product = 192 LIMIT 1 |
902
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 = "displayBanner") LIMIT 1 |
902
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 *
FROM `ps_product_lang`
WHERE `id_product` = 171 AND `id_shop` = 6 |
900
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 154
AND image_shop.`cover` = 1 LIMIT 1 |
899
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 |
899
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 = 167) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
898
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
897
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 161 AND id_shop=6 LIMIT 1 |
896
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
895
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 (6) LIMIT 1 |
894
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
894
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 6)
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 |
894
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 location
FROM `ps_stock_available`
WHERE (id_product = 193) AND (id_product_attribute = 832) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
893
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 160) |
892
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 194 |
890
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
889
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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 |
888
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` = 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 |
888
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
887
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 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 |
886
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 170) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
885
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 6
AND cl.`id_category` = 97 LIMIT 1 |
885
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 image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 201
AND image_shop.`cover` = 1 LIMIT 1 |
884
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
884
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
883
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
883
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 (6) LIMIT 1 |
882
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 = 180) AND (id_product_attribute = 1038) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
882
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
882
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` = 6
WHERE (a.`id_product` = 198) AND (b.`id_shop` = 6) LIMIT 1 |
882
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 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` |
882
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` = 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 |
880
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 = "displayFooterAfter") LIMIT 1 |
879
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
878
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 189 AND `id_shop` = 6 |
878
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1034 LIMIT 1 |
876
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) |
876
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_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` = 6
WHERE (a.`id_product` = 184) AND (b.`id_shop` = 6) LIMIT 1 |
876
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 197
AND image_shop.`cover` = 1 LIMIT 1 |
876
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 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 = 6)
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 |
876
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` = 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 |
876
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 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` |
874
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
873
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` = 169
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
873
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 |
873
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
872
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
872
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 166) |
872
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 (992) AND il.`id_lang` = 5 ORDER by i.`position` |
872
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
872
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 = 6 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
870
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 177) |
869
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
869
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 (6) LIMIT 1 |
867
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 182 |
866
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 = 191) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
866
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 199
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
866
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
865
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` = 166
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
864
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 1 FROM `ps_specific_price` WHERE id_product = 161 LIMIT 1 |
863
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
862
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 154 AND id_shop=6 LIMIT 1 |
861
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
861
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
858
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
857
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
857
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 = 6)
WHERE pf.id_product = 184
ORDER BY f.position ASC |
857
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
856
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 152 AND `id_shop` = 6 |
856
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
855
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` = 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 |
854
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` = 189 AND id_shop=6 LIMIT 1 |
853
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` = 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 |
853
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
852
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` = 6
WHERE (a.`id_product` = 196) AND (b.`id_shop` = 6) LIMIT 1 |
852
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
851
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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` = 6
WHERE (a.`id_product` = 165) AND (b.`id_shop` = 6) LIMIT 1 |
851
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
850
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 = 6)
WHERE pf.id_product = 161
ORDER BY f.position ASC |
850
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 (6) LIMIT 1 |
850
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 152 |
850
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 183 AND pa.`id_product` = 183 AND pa.`id_product_attribute` = 1032 LIMIT 1 |
845
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 178 |
843
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 848) LIMIT 1 |
843
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
842
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
841
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` = 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 |
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
838
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 = 173) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
837
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` = 6 |
837
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 198
ORDER BY `position` |
835
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-12 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 168
LIMIT 1 |
835
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` = 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 |
834
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` = 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 |
834
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 = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
832
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 154 |
832
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1004) LIMIT 1 |
831
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
831
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 = 170) AND (id_product_attribute = 1022) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
829
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, 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 = 6)
WHERE pf.id_product = 193
ORDER BY f.position ASC |
828
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 1 FROM `ps_specific_price` WHERE id_product = 163 LIMIT 1 |
828
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 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` |
827
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 DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 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 |
827
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 image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 152
AND image_shop.`cover` = 1 LIMIT 1 |
825
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 820) LIMIT 1 |
824
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 203 AND pa.`id_product` = 203 AND pa.`id_product_attribute` = 850 LIMIT 1 |
822
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
822
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` = 167 AND id_shop=6 LIMIT 1 |
821
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 = 6)
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` |
819
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 = 6)
WHERE i.`id_product` = 185
AND image_shop.`cover` = 1 LIMIT 1 |
818
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 195 AND `id_group` = 1 LIMIT 1 |
817
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` = 160
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
817
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` = 193 |
817
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 |
817
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` = 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 |
816
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 = 6 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
816
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 = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
816
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, 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 = 6)
WHERE pf.id_product = 201
ORDER BY f.position ASC |
816
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 155 |
815
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 167 |
815
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1030 LIMIT 1 |
815
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
812
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
810
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 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 |
810
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
808
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
805
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 155
AND image_shop.`cover` = 1 LIMIT 1 |
805
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 |
804
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 = 166) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
804
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, 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 = 6)
WHERE pf.id_product = 192
ORDER BY f.position ASC |
802
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 175) |
802
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 176 |
802
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
800
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 192) LIMIT 1 |
800
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
800
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, 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 = 6)
WHERE pf.id_product = 162
ORDER BY f.position ASC |
800
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
800
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
799
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 176 AND id_shop=6 LIMIT 1 |
798
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 |
798
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` = 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 |
795
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
793
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 167
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
792
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 = "filterProductSearch") LIMIT 1 |
791
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 1 FROM `ps_specific_price` WHERE id_product = 171 LIMIT 1 |
790
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
788
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 6)
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 |
787
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 1 FROM `ps_specific_price` WHERE id_product = 183 LIMIT 1 |
783
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` = 166 |
781
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
781
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 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 |
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
780
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 834) LIMIT 1 |
779
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 195 |
778
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
778
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 201 |
778
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 = 6)
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` |
778
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` = 6
WHERE (a.`id_product` = 200) AND (b.`id_shop` = 6) LIMIT 1 |
777
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
777
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
776
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 178 AND pa.`id_product` = 178 AND pa.`id_product_attribute` = 1042 LIMIT 1 |
776
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 = 187) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
776
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 = 6)
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 |
775
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 199) LIMIT 1 |
775
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 161) LIMIT 1 |
773
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` = 190 |
773
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` = 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 |
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 1 FROM `ps_specific_price` WHERE id_product = 166 LIMIT 1 |
772
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 = 6) AND (id_shop_group = 0) LIMIT 1 |
772
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
771
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 158) |
769
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 = 6)
WHERE pf.id_product = 200
ORDER BY f.position ASC |
769
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 = 6)
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 |
768
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` = 175 AND id_shop=6 LIMIT 1 |
768
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 173 AND pa.`id_product` = 173 AND pa.`id_product_attribute` = 1028 LIMIT 1 |
765
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 166) AND (b.`id_shop` = 6) LIMIT 1 |
764
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` = 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 |
764
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` = 6
WHERE (a.`id_product` = 180) AND (b.`id_shop` = 6) LIMIT 1 |
764
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 161 AND pa.`id_product` = 161 AND pa.`id_product_attribute` = 1004 LIMIT 1 |
762
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 165 AND id_shop=6 LIMIT 1 |
762
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 181 |
761
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
761
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` 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` = 6
WHERE (a.`id_product` = 199) AND (b.`id_shop` = 6) LIMIT 1 |
760
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
760
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
760
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 176
LIMIT 1 |
760
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 185 AND `id_shop` = 6 |
759
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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 |
758
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
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 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 = 6)
WHERE pf.id_product = 172
ORDER BY f.position ASC |
757
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` = 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 |
756
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 170
AND image_shop.`cover` = 1 LIMIT 1 |
756
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 170 AND pa.`id_product` = 170 AND pa.`id_product_attribute` = 1022 LIMIT 1 |
755
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 1 FROM `ps_specific_price` WHERE id_product = 157 LIMIT 1 |
754
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
754
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 = 6)
WHERE pf.id_product = 155
ORDER BY f.position ASC |
754
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 158 |
753
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` = 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 |
752
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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 = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
751
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` = 6
WHERE (a.`id_product_attribute` = 1026) LIMIT 1 |
749
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 = 6)
WHERE pa.`id_product_attribute` = 820 LIMIT 1 |
749
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1012 LIMIT 1 |
748
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 155) LIMIT 1 |
748
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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 |
748
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_state` a
WHERE (a.`id_state` = 497) LIMIT 1 |
747
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 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 = 6)
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 |
746
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 = 6)
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` |
746
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` = 6
WHERE (a.`id_product` = 172) AND (b.`id_shop` = 6) 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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
744
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
744
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
743
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 822) LIMIT 1 |
743
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 188 AND pa.`id_product` = 188 AND pa.`id_product_attribute` = 824 LIMIT 1 |
742
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
742
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 |
741
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` = 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 |
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 *
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
740
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 = 6
AND pl.id_lang = 5
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 188
LIMIT 1 |
740
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 (824) AND il.`id_lang` = 5 ORDER by i.`position` |
739
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` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
739
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
738
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 165) AND (id_product_attribute = 1012) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
737
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 152
ORDER BY `position` |
737
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
737
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
733
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
732
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 = 6)
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` |
732
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 = "actionPresentProduct") LIMIT 1 |
732
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, 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 = 6)
WHERE pf.id_product = 160
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 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` |
732
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
731
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
730
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` = 6
WHERE (a.`id_product_attribute` = 994) LIMIT 1 |
728
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` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
728
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
724
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 |
724
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 = 188) AND (id_product_attribute = 824) AND (id_shop = 6) 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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 196
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
723
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) |
722
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 166 |
721
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 185 |
721
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
719
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 product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1006 LIMIT 1 |
718
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 152 AND pa.`id_product` = 152 AND pa.`id_product_attribute` = 990 LIMIT 1 |
718
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 191 AND id_shop=6 LIMIT 1 |
718
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 |
716
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 151 |
716
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
716
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 180) AND (id_product_attribute = 1038) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
715
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` = 6
WHERE (a.`id_product` = 203) AND (b.`id_shop` = 6) LIMIT 1 |
714
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionProductSearchProviderRunQueryBefore") LIMIT 1 |
714
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
713
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 197 |
712
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
712
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 151 |
711
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 = 152) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
709
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 818 LIMIT 1 |
707
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 105) LIMIT 1 |
707
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
706
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` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 95) LIMIT 1 |
705
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1036) AND il.`id_lang` = 5 ORDER by i.`position` |
704
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
703
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
702
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
700
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 184) AND (id_product_attribute = 1030) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
700
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
700
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 f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 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 |
700
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
699
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 (1030) AND il.`id_lang` = 5 ORDER by i.`position` |
698
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 151
AND image_shop.`cover` = 1 LIMIT 1 |
698
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 189 |
698
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
697
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 FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
697
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 199
AND image_shop.`cover` = 1 LIMIT 1 |
696
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
695
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 154) LIMIT 1 |
695
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 = 192) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
695
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 170 AND id_shop=6 LIMIT 1 |
694
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 = 6)
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` |
693
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` = 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 |
693
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
692
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=6 LIMIT 1 |
692
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 |
692
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 = 191 LIMIT 1 |
691
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 179 |
690
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
689
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 |
689
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 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` |
688
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` = 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 |
688
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
688
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_category` FROM `ps_category_product`
WHERE `id_product` = 186 |
688
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_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` = 6
WHERE (a.`id_product` = 169) AND (b.`id_shop` = 6) LIMIT 1 |
688
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
687
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
687
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
686
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
686
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 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` |
686
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 158
AND image_shop.`cover` = 1 LIMIT 1 |
685
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 = 201) AND (id_product_attribute = 46) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
684
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 171 |
682
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 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 = 6)
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 |
681
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 198) |
680
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
680
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` = 193 AND id_shop=6 LIMIT 1 |
677
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 |
677
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 183) LIMIT 1 |
676
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
675
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 183 |
675
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1038 LIMIT 1 |
674
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 = 6)
WHERE pf.id_product = 181
ORDER BY f.position ASC |
674
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 168 |
673
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 (1020) AND il.`id_lang` = 5 ORDER by i.`position` |
672
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
671
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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 181
ORDER BY `position` |
670
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 190) |
670
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` = 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 |
670
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 location
FROM `ps_stock_available`
WHERE (id_product = 158) AND (id_product_attribute = 998) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
670
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 |
669
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` = 171 AND id_shop=6 LIMIT 1 |
668
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 = 191) AND (id_product_attribute = 828) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
667
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 = 161) AND (id_product_attribute = 1004) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
667
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_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 215 LIMIT 1 |
666
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 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 = 6)
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 |
664
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 |
664
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` = 170 AND `id_group` = 1 LIMIT 1 |
663
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
662
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 |
661
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) |
661
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_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` = 6
WHERE (a.`id_product` = 163) AND (b.`id_shop` = 6) LIMIT 1 |
661
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_category` FROM `ps_category_product`
WHERE `id_product` = 201 |
658
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 170
ORDER BY `position` |
658
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 = 6)
WHERE i.`id_product` = 162
AND image_shop.`cover` = 1 LIMIT 1 |
658
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 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 |
655
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` = 6
WHERE (a.`id_product` = 175) AND (b.`id_shop` = 6) LIMIT 1 |
655
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` = 192 AND `id_group` = 1 LIMIT 1 |
653
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
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:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/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 |
652
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
652
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
650
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` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
650
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
649
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` = 6
WHERE (a.`id_product` = 173) AND (b.`id_shop` = 6) LIMIT 1 |
646
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
645
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1032) LIMIT 1 |
644
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 = "actionControllerInitBefore") LIMIT 1 |
644
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 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 |
642
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` 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` = 6
WHERE (a.`id_product` = 201) AND (b.`id_shop` = 6) LIMIT 1 |
642
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 193 |
641
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
641
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` = 165 |
641
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 = 6)
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 |
641
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 = 6)
WHERE pf.id_product = 164
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 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` |
640
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` = 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 |
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 DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 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 |
638
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 product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1008 LIMIT 1 |
638
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
637
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` = 6
WHERE (a.`id_product_attribute` = 1040) LIMIT 1 |
637
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` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
637
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 = 177) AND (id_product_attribute = 1044) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
637
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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 164
ORDER BY `position` |
637
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 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 |
635
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
635
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 187 AND `id_group` = 1 LIMIT 1 |
634
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.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 97) LIMIT 1 |
634
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 pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
633
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
631
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
631
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 = "filterHtmlContent") LIMIT 1 |
631
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
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 image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 171
AND image_shop.`cover` = 1 LIMIT 1 |
629
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
629
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 = "actionPresentCart") LIMIT 1 |
629
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
629
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
628
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` = 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 |
627
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
627
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 (6) LIMIT 1 |
627
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
626
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 186 |
626
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
626
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 167 LIMIT 1 |
626
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
625
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 166 AND `id_shop` = 6 |
624
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 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 = 6)
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 |
624
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 = 173) AND (id_product_attribute = 1028) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
624
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
623
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 182 AND id_shop=6 LIMIT 1 |
621
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 = 154) AND (id_product_attribute = 992) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
619
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, 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 = 6)
WHERE pf.id_product = 175
ORDER BY f.position ASC |
618
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
618
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
618
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
617
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 = 6)
WHERE pf.id_product = 202
ORDER BY f.position ASC |
617
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 170 |
617
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
616
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 = 179) AND (id_product_attribute = 1040) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
615
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 = 6)
WHERE i.`id_product` = 166
AND image_shop.`cover` = 1 LIMIT 1 |
615
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
614
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 181) LIMIT 1 |
612
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
612
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` = 6
WHERE (a.`id_product_attribute` = 826) LIMIT 1 |
612
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
611
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` = 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 |
611
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
611
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
610
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` = 6
WHERE (a.`id_product` = 195) LIMIT 1 |
610
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 |
609
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
609
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
609
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 164
AND image_shop.`cover` = 1 LIMIT 1 |
608
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
606
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 6 |
606
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
605
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
605
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
604
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 177 AND `id_shop` = 6 |
604
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 164 AND `id_group` = 1 LIMIT 1 |
604
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 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 = 6)
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 |
601
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 201) |
601
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_lang`
WHERE `id_product` = 198 AND `id_shop` = 6 |
600
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 173 |
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
599
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 170) |
598
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 182 LIMIT 1 |
595
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` = 6
WHERE (a.`id_product` = 157) AND (b.`id_shop` = 6) LIMIT 1 |
595
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) 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 |
594
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_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 824) LIMIT 1 |
593
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 = 6)
WHERE pf.id_product = 163
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 157) LIMIT 1 |
592
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.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 6
AND cl.`id_category` = 61 LIMIT 1 |
591
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 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 |
591
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 164 LIMIT 1 |
590
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 168) LIMIT 1 |
588
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 184) LIMIT 1 |
588
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
588
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 = 151) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
588
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
588
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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 183 |
587
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 = 6)
WHERE i.`id_product` = 165
AND image_shop.`cover` = 1 LIMIT 1 |
586
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 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 = 6)
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 |
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
585
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 = 6)
WHERE i.`id_product` = 194
AND image_shop.`cover` = 1 LIMIT 1 |
584
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 |
584
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
584
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
584
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 177 |
581
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
580
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
579
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` |
579
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 (1048) AND il.`id_lang` = 5 ORDER by i.`position` |
579
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
578
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
578
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 175) AND (id_product_attribute = 1048) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
577
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 = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
576
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 172
ORDER BY `position` |
576
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
576
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
575
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` |
574
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
574
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 152
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
573
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 1 FROM `ps_specific_price` WHERE id_product = 176 LIMIT 1 |
573
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` = 168 AND id_shop=6 LIMIT 1 |
573
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, 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 = 6)
WHERE pf.id_product = 177
ORDER BY f.position ASC |
572
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_category` FROM `ps_category_product`
WHERE `id_product` = 177 |
572
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_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` = 6
WHERE (a.`id_product` = 151) AND (b.`id_shop` = 6) 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>/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` = 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 |
571
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 = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
571
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.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 187 AND pa.`id_product` = 187 AND pa.`id_product_attribute` = 822 LIMIT 1 |
571
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 (822) AND il.`id_lang` = 5 ORDER by i.`position` |
571
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 = 6)
WHERE pa.`id_product_attribute` = 1014 LIMIT 1 |
570
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 |
570
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 190
AND image_shop.`cover` = 1 LIMIT 1 |
569
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` = 6
WHERE (a.`id_product` = 194) LIMIT 1 |
569
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 155 AND pa.`id_product` = 155 AND pa.`id_product_attribute` = 994 LIMIT 1 |
568
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 = 155) AND (id_product_attribute = 994) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
567
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` 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` = 6
WHERE (a.`id_product` = 159) AND (b.`id_shop` = 6) 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 location
FROM `ps_stock_available`
WHERE (id_product = 191) AND (id_product_attribute = 828) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
567
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 994 LIMIT 1 |
565
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 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` |
565
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
564
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 200
ORDER BY `position` |
564
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 166) LIMIT 1 |
563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
563
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 157) |
562
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
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 *
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` = 6
WHERE (a.`id_product` = 189) AND (b.`id_shop` = 6) LIMIT 1 |
561
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
561
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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 |
561
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 = 6)
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 |
561
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 |
560
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 |
558
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
558
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
558
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 5
AND id_shop = 6 LIMIT 1 |
558
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 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 |
557
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
557
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 858) LIMIT 1 |
556
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_group_wholesale_threshold` tfc
WHERE (tfc.id_group = 1 AND tfc.id_currency = 5) |
556
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
555
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 |
555
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` = 197 AND `id_shop` = 6 |
554
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
554
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 176) AND (b.`id_shop` = 6) LIMIT 1 |
553
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 159 AND pa.`id_product` = 159 AND pa.`id_product_attribute` = 1000 LIMIT 1 |
551
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 201 AND pa.`id_product` = 201 AND pa.`id_product_attribute` = 46 LIMIT 1 |
551
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 161 AND `id_group` = 1 LIMIT 1 |
550
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
550
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
549
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` = 189 |
548
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
548
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1006) LIMIT 1 |
547
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
547
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
546
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="00a201316485b3e7a97f7fef13194711" LIMIT 1 |
545
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 193 |
545
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
545
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 = 168) AND (id_product_attribute = 1018) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
544
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_angarbanners`
WHERE id_shop = 6 AND id_lang = 5
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
544
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 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 = 6)
WHERE pf.id_product = 159
ORDER BY f.position ASC |
543
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 (6) LIMIT 1 |
543
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` = 6
WHERE (a.`id_product` = 186) LIMIT 1 |
542
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` = 6
WHERE (a.`id_product` = 192) AND (b.`id_shop` = 6) LIMIT 1 |
542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
541
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` = 170 AND `id_shop` = 6 |
541
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` = 6
WHERE (a.`id_product` = 185) LIMIT 1 |
540
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` = 6
WHERE (a.`id_product_attribute` = 1024) LIMIT 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
540
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 169
AND image_shop.`cover` = 1 LIMIT 1 |
540
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` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
539
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` = 161 |
539
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 (6) LIMIT 1 |
539
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) |
539
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 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 |
538
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 = 179) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
538
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 location
FROM `ps_stock_available`
WHERE (id_product = 186) AND (id_product_attribute = 820) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
538
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
536
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 199) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
536
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, 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 = 6)
WHERE pf.id_product = 191
ORDER BY f.position ASC |
535
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 175) 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>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/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` |
534
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 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 = 6)
WHERE pf.id_product = 179
ORDER BY f.position ASC |
533
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1032 LIMIT 1 |
532
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` = 6
WHERE (a.`id_product` = 188) AND (b.`id_shop` = 6) LIMIT 1 |
530
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` = 188
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
530
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
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 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 = 6)
WHERE pf.id_product = 180
ORDER BY f.position ASC |
529
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 1 FROM `ps_specific_price` WHERE id_product = 168 LIMIT 1 |
528
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 180 AND pa.`id_product` = 180 AND pa.`id_product_attribute` = 1038 LIMIT 1 |
526
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` = 202 |
526
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
525
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
525
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 179 AND pa.`id_product` = 179 AND pa.`id_product_attribute` = 1040 LIMIT 1 |
525
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 (846) AND il.`id_lang` = 5 ORDER by i.`position` |
525
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
524
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
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: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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 183 AND `id_group` = 1 LIMIT 1 |
523
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` = 12 LIMIT 1 |
522
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 176) |
521
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 195
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
521
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
521
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
521
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` = 151
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
520
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` = 181 AND `id_shop` = 6 |
519
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 173
ORDER BY `position` |
518
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 = 177) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
518
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 199 |
518
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
517
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 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 = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 200 |
516
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
516
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 172
AND image_shop.`cover` = 1 LIMIT 1 |
515
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
515
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 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` |
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 194 |
513
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 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` |
513
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.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
512
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 169 AND `id_shop` = 6 |
511
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1020 LIMIT 1 |
510
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` = 203 AND `id_shop` = 6 |
510
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
508
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
507
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 = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
507
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 |
507
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` = 6
WHERE (a.`id_product_attribute` = 1046) LIMIT 1 |
506
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 165
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
506
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 |
505
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 |
504
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
503
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 = 179 LIMIT 1 |
503
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 |
502
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 (6) LIMIT 1 |
501
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) |
500
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` = 192 AND id_shop=6 LIMIT 1 |
500
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 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 = 6)
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 |
500
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 = 6)
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` |
500
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 = 175) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
498
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
498
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 |
498
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
497
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 202
AND image_shop.`cover` = 1 LIMIT 1 |
497
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
497
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 = 197) AND (id_product_attribute = 842) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
497
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 = 6)
WHERE i.`id_product` = 203
AND image_shop.`cover` = 1 LIMIT 1 |
497
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
495
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 = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
495
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 988) LIMIT 1 |
495
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 186
AND image_shop.`cover` = 1 LIMIT 1 |
494
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1018 LIMIT 1 |
494
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 = 164) AND (id_product_attribute = 0) AND (id_shop = 6) 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 image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 198
AND image_shop.`cover` = 1 LIMIT 1 |
494
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` = 160 AND id_shop=6 LIMIT 1 |
493
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.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 168
AND image_shop.`cover` = 1 LIMIT 1 |
492
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
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:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1002) LIMIT 1 |
492
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 = 6)
WHERE pf.id_product = 182
ORDER BY f.position ASC |
491
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
491
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` |
488
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
488
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 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` |
487
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 162
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
487
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 165) |
487
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` = 6
WHERE (a.`id_product_attribute` = 1030) LIMIT 1 |
486
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 = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
486
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 172 AND pa.`id_product` = 172 AND pa.`id_product_attribute` = 1026 LIMIT 1 |
484
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 = 173) AND (id_product_attribute = 1028) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
483
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
483
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
483
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 201 |
483
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` = 173
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
483
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` = 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 |
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 = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
482
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 = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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` |
481
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 = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 200 AND pa.`id_product` = 200 AND pa.`id_product_attribute` = 858 LIMIT 1 |
480
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, alias FROM `ps_hook_alias` |
480
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 196) LIMIT 1 |
480
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
479
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
479
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
479
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
479
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 176 AND pa.`id_product` = 176 AND pa.`id_product_attribute` = 1046 LIMIT 1 |
479
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1004 LIMIT 1 |
478
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
ORDER BY c.nleft |
478
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
478
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 = 183) AND (id_product_attribute = 1032) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
477
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 990 LIMIT 1 |
477
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
477
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
477
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
476
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
475
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 = 6)
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 |
475
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 = 6
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: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 = 195) AND (id_product_attribute = 836) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
475
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
475
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 = 6
WHERE (c.nleft <= 173 AND c.nright >= 178)
ORDER BY c.nleft |
475
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 = 198) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
474
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` = 3 LIMIT 1 |
473
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` = 195 AND id_shop=6 LIMIT 1 |
473
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
473
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 169) AND (id_product_attribute = 1020) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
473
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
472
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
471
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 46) LIMIT 1 |
471
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_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 6
WHERE (a.`id_group` = 1) LIMIT 1 |
470
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 product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 46 LIMIT 1 |
470
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 = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
469
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 164 AND pa.`id_product` = 164 AND pa.`id_product_attribute` = 1010 LIMIT 1 |
468
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 187 AND c.nright >= 188)
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 198 AND pa.`id_product` = 198 AND pa.`id_product_attribute` = 844 LIMIT 1 |
466
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` = 6
WHERE (a.`id_product` = 169) 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 location
FROM `ps_stock_available`
WHERE (id_product = 194) AND (id_product_attribute = 838) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
464
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 = 6)
WHERE i.`id_product` = 195
AND image_shop.`cover` = 1 LIMIT 1 |
462
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 184
AND image_shop.`cover` = 1 LIMIT 1 |
461
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
461
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 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` |
460
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
458
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
457
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 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` |
456
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerInitAfter") LIMIT 1 |
456
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 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 |
455
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
455
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 |
455
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` = 172 |
454
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 166
ORDER BY `position` |
454
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 163) LIMIT 1 |
454
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 = 190 LIMIT 1 |
454
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 992) LIMIT 1 |
454
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
453
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` = 6
WHERE (a.`id_product` = 182) LIMIT 1 |
453
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 164
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
452
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` = 190
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
452
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 s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'asiefleurs.com' OR su.domain_ssl = 'asiefleurs.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
451
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 1 FROM `ps_specific_price` WHERE id_product = 169 LIMIT 1 |
451
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 836) LIMIT 1 |
451
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 |
450
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 = 172) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
449
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 151) LIMIT 1 |
449
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
449
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 159 LIMIT 1 |
448
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 186 AND `id_group` = 1 LIMIT 1 |
448
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 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 = 6)
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 |
448
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
447
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 159) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
447
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` = 184 AND `id_shop` = 6 |
446
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` = 183 AND `id_shop` = 6 |
445
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_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` = 6
WHERE (a.`id_product` = 181) AND (b.`id_shop` = 6) 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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 176
ORDER BY `position` |
444
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 (1042) AND il.`id_lang` = 5 ORDER by i.`position` |
443
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
443
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
442
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 198 AND id_shop=6 LIMIT 1 |
440
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 = 197) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
439
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 160 AND pa.`id_product` = 160 AND pa.`id_product_attribute` = 1002 LIMIT 1 |
438
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 = 6)
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` |
438
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 = 6)
WHERE pa.`id_product_attribute` = 1046 LIMIT 1 |
437
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 |
437
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 = 176) AND (id_product_attribute = 1046) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
436
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1026) AND il.`id_lang` = 5 ORDER by i.`position` |
436
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 203) LIMIT 1 |
435
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` = 6
WHERE (a.`id_product_attribute` = 996) LIMIT 1 |
435
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` = 6
WHERE (a.`id_product` = 172) LIMIT 1 |
435
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 = 6)
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 |
435
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
435
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 177 AND id_shop=6 LIMIT 1 |
433
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` = 194 AND `id_shop` = 6 |
433
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
433
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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 165
ORDER BY `position` |
433
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
431
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 = 152 LIMIT 1 |
429
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
428
ms
|
1 |
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 location
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 1024) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
428
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` = 182
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
428
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` = 152 AND `id_group` = 1 LIMIT 1 |
426
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_shop FROM ps_shop |
426
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 195 |
426
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 (6) LIMIT 1 |
426
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` = 6
WHERE (a.`id_product` = 165) 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 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 |
425
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 = 158) AND (id_product_attribute = 998) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
425
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 = 194) AND (id_product_attribute = 838) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
424
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
424
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 201 LIMIT 1 |
423
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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 |
423
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
422
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` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 197) LIMIT 1 |
422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
421
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` = 157 AND id_shop=6 LIMIT 1 |
421
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 |
421
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 |
421
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` 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` = 6
WHERE (a.`id_currency` = 1) LIMIT 1 |
420
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 188) LIMIT 1 |
417
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_hook_module_exceptions`
WHERE `id_shop` IN (6) |
416
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 location
FROM `ps_stock_available`
WHERE (id_product = 189) AND (id_product_attribute = 826) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
416
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` = 172 AND `id_group` = 1 LIMIT 1 |
415
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
415
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_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
414
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 6)
WHERE pf.id_product = 168
ORDER BY f.position ASC |
414
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 202) LIMIT 1 |
413
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_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
413
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 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 |
412
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` = 164 AND id_shop=6 LIMIT 1 |
412
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 6
WHERE (c.nleft <= 189 AND c.nright >= 190)
ORDER BY c.nleft |
412
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
412
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 165 AND `id_group` = 1 LIMIT 1 |
411
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 = 161) AND (id_product_attribute = 0) AND (id_shop = 6) 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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
409
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 858 LIMIT 1 |
409
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 |
409
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
408
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_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` = 6
WHERE (a.`id_currency` = 5) LIMIT 1 |
406
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 179 |
406
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` = 6
WHERE (a.`id_product` = 152) LIMIT 1 |
405
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 202
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
405
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
404
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 |
404
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 = 201) AND (id_product_attribute = 46) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
404
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` = 6
WHERE (a.`id_product_attribute` = 1022) LIMIT 1 |
404
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 160 AND `id_group` = 1 LIMIT 1 |
401
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 159) |
401
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_lang`
WHERE `id_product` = 164 AND `id_shop` = 6 |
401
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 |
401
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` = 6
WHERE (a.`id_product` = 170) 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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 177
ORDER BY `position` |
400
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 |
400
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 = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
400
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` = 198 AND `id_group` = 1 LIMIT 1 |
399
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
398
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 172) |
398
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_category` FROM `ps_category_product`
WHERE `id_product` = 188 |
398
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 = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 162) |
398
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 192
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 155) AND (id_product_attribute = 994) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
397
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 175
ORDER BY `position` |
397
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 167 |
396
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 |
396
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
396
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 164 |
396
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 = 202) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
395
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
395
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 = 200) AND (id_product_attribute = 858) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
395
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) |
395
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` = 155 AND `id_group` = 1 LIMIT 1 |
395
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` = 184 AND `id_group` = 1 LIMIT 1 |
395
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
394
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` = 155 AND `id_shop` = 6 |
394
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 = 188) AND (id_product_attribute = 824) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
394
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 = 164) AND (id_product_attribute = 1010) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
394
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 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` |
394
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
393
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 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` |
393
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 1 FROM `ps_specific_price` WHERE id_product = 158 LIMIT 1 |
393
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 = 200 LIMIT 1 |
392
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 = 200) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
392
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
391
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` = 185 |
391
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 = 168) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
391
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 = 176) AND (id_product_attribute = 1046) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
391
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 = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
391
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 |
390
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 = 198) AND (id_product_attribute = 844) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
390
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` = 169 AND `id_group` = 1 LIMIT 1 |
390
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
389
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
389
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 |
388
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_state` a
WHERE (a.`id_state` = 407) LIMIT 1 |
388
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` = 179
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
387
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 = 181) AND (id_product_attribute = 1036) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
387
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 182) |
386
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_category` FROM `ps_category_product`
WHERE `id_product` = 162 |
386
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 186 AND pa.`id_product` = 186 AND pa.`id_product_attribute` = 820 LIMIT 1 |
386
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 = 201) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
386
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 = 162) AND (id_product_attribute = 1006) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
385
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 (6) LIMIT 1 |
384
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 185 AND `id_group` = 1 LIMIT 1 |
384
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 186
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_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 60) LIMIT 1 |
382
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` = 168 AND `id_shop` = 6 |
382
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 159 AND id_shop=6 LIMIT 1 |
381
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 163
ORDER BY `position` |
381
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 165 AND pa.`id_product` = 165 AND pa.`id_product_attribute` = 1012 LIMIT 1 |
381
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
381
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1036) LIMIT 1 |
380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 200 |
379
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` = 197
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
379
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
376
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 = 181) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
376
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 |
375
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 = 6)
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 |
374
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` = 181 |
374
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 = 173 LIMIT 1 |
374
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
373
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayContentWrapperTop") LIMIT 1 |
372
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 *
FROM `ps_product_lang`
WHERE `id_product` = 192 AND `id_shop` = 6 |
372
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
371
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
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` |
370
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 = 6 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
370
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
370
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 168
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
370
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 |
370
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 value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
370
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Configuration.php:220<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
369
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
368
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
367
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` 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` = 6
WHERE (a.`id_currency` = 3) LIMIT 1 |
367
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
366
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 = 184) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
364
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` = 200 AND `id_group` = 1 LIMIT 1 |
364
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_required_field, object_name, field_name
FROM ps_required_field |
364
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
363
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
363
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` = 183
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
363
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 |
362
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` = 202 AND `id_group` = 1 LIMIT 1 |
362
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
361
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 |
360
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 |
359
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 = 196) AND (id_product_attribute = 840) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
358
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_state` s
WHERE (s.id_country = 38) |
358
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 177) LIMIT 1 |
357
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
357
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` = 158 AND `id_group` = 1 LIMIT 1 |
357
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
356
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 159
ORDER BY `position` |
356
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 = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
356
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1040 LIMIT 1 |
355
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
355
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 992 LIMIT 1 |
354
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` = 203 |
354
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
353
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
353
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` = 498) LIMIT 1 |
352
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` = 154
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
351
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 1 FROM `ps_specific_price` WHERE id_product = 184 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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
351
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
350
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_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` = 6
WHERE (a.`id_country` = 229) LIMIT 1 |
350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/controller/FrontController.php:374<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
350
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 990) LIMIT 1 |
349
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
348
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` 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` = 6
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 6) LIMIT 1 |
348
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
347
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) |
347
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
347
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 = 182) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
346
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 203 AND id_shop=6 LIMIT 1 |
346
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.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 196
AND image_shop.`cover` = 1 LIMIT 1 |
346
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1010 LIMIT 1 |
346
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
346
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
345
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 158 AND pa.`id_product` = 158 AND pa.`id_product_attribute` = 998 LIMIT 1 |
345
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` = 196 AND `id_shop` = 6 |
344
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 998 LIMIT 1 |
344
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 1032) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
343
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` = 186
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
343
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1022 LIMIT 1 |
342
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 = 177) AND (id_product_attribute = 1044) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
342
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_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 6 |
342
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
341
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) |
340
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 (6) LIMIT 1 |
340
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/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` |
340
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1010) LIMIT 1 |
340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 176
AND image_shop.`cover` = 1 LIMIT 1 |
339
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 157 |
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
338
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 (998) AND il.`id_lang` = 5 ORDER by i.`position` |
338
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 = "actionModuleRegisterHookBefore") LIMIT 1 |
337
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 199 AND id_shop=6 LIMIT 1 |
337
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 203 AND `id_group` = 1 LIMIT 1 |
333
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 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` |
333
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 840) LIMIT 1 |
333
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` = 6 |
331
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
331
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
331
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` = 186 AND id_shop=6 LIMIT 1 |
331
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1028 LIMIT 1 |
330
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 = 6)
WHERE i.`id_product` = 179
AND image_shop.`cover` = 1 LIMIT 1 |
329
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
329
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 178
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
328
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
327
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) |
326
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` = 201 AND id_shop=6 LIMIT 1 |
325
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 157 AND pa.`id_product` = 157 AND pa.`id_product_attribute` = 996 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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
325
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MAD') LIMIT 1 |
325
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 = 6)
WHERE pa.`id_product_attribute` = 1044 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 location
FROM `ps_stock_available`
WHERE (id_product = 168) AND (id_product_attribute = 1018) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
324
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
324
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` = 201
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
324
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_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` = 6
WHERE (a.`id_currency` = 6) LIMIT 1 |
323
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` = 6
WHERE (a.`id_product_attribute` = 1044) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1038) LIMIT 1 |
322
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` = 6
WHERE (a.`id_product` = 178) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 172 AND `id_shop` = 6 |
322
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 199 AND `id_group` = 1 LIMIT 1 |
321
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 176 |
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 159 |
319
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
319
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 |
319
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 828) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 186 AND `id_shop` = 6 |
318
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_country_lang`
WHERE `id_country` = 13 |
318
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 163 AND pa.`id_product` = 163 AND pa.`id_product_attribute` = 1008 LIMIT 1 |
317
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 201 AND `id_group` = 1 LIMIT 1 |
317
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` = 203
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
317
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 = 187) AND (id_product_attribute = 822) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
316
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` = 6
WHERE (a.`id_product_attribute` = 838) LIMIT 1 |
316
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
316
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 200
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
315
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 191
AND image_shop.`cover` = 1 LIMIT 1 |
315
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
315
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EGP') LIMIT 1 |
315
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` = 6
WHERE (a.`id_product_attribute` = 1018) LIMIT 1 |
314
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` = 179 AND id_shop=6 LIMIT 1 |
313
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 (838) 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 COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 6)
WHERE l.`active` = 1 LIMIT 1 |
312
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 location
FROM `ps_stock_available`
WHERE (id_product = 164) AND (id_product_attribute = 1010) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
312
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 = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 191 AND pa.`id_product` = 191 AND pa.`id_product_attribute` = 828 LIMIT 1 |
312
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 1 FROM `ps_specific_price` WHERE id_product = 154 LIMIT 1 |
308
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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` = 6
WHERE (a.`id_currency` = 4) LIMIT 1 |
307
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 = 6)
WHERE i.`id_product` = 193
AND image_shop.`cover` = 1 LIMIT 1 |
306
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 189
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_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 25) LIMIT 1 |
305
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 187
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
304
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 164 |
303
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 = 6)
WHERE i.`id_product` = 192
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 *
FROM `ps_product_lang`
WHERE `id_product` = 154 AND `id_shop` = 6 |
301
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 |
300
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 (1034) AND il.`id_lang` = 5 ORDER by i.`position` |
300
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 163
AND image_shop.`cover` = 1 LIMIT 1 |
300
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 |
300
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` = 6
WHERE (a.`id_product_attribute` = 832) LIMIT 1 |
299
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
299
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/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 = 6) AND (id_shop_group = 0) LIMIT 1 |
299
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` = 154 |
299
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
298
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 |
298
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` 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` = 6
WHERE (a.`id_currency` = 2) LIMIT 1 |
298
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
297
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` = 157 |
296
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
295
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
295
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 |
294
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
293
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
293
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 179 |
292
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 830) LIMIT 1 |
292
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` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
292
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) |
290
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` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 5) LIMIT 1 |
290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 200
AND image_shop.`cover` = 1 LIMIT 1 |
290
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` = 6
WHERE (a.`id_currency` = 7) LIMIT 1 |
288
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (46) 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_group_lang`
WHERE `id_group` = 1 |
288
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 (6) LIMIT 1 |
287
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_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 6 LIMIT 1 |
287
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_product_lang`
WHERE `id_product` = 195 AND `id_shop` = 6 |
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
287
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 192) AND (id_product_attribute = 830) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
287
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
286
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1000) LIMIT 1 |
286
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 |
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
286
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 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 |
285
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 = "moduleRoutes") LIMIT 1 |
284
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 183
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 *
FROM `ps_category_lang`
WHERE `id_category` = 118 AND `id_shop` = 6 |
283
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayWrapperTop") LIMIT 1 |
283
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 image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 159
AND image_shop.`cover` = 1 LIMIT 1 |
282
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 176
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
282
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
281
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` s
WHERE (s.id_country = 208) |
280
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 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 |
280
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
280
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` |
280
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` = 176 AND `id_group` = 1 LIMIT 1 |
279
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 6 |
279
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` = 159 |
278
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 155
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
278
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
278
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 168 |
277
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 (1038) AND il.`id_lang` = 5 ORDER by i.`position` |
277
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 |
277
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 170) AND (id_product_attribute = 1022) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
277
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
276
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 ORDER BY `iso_code` ASC |
276
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 159
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
275
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 97) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 105 AND `id_shop` = 6 |
275
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 163 AND `id_shop` = 6 |
275
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 5 |
273
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
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 *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
272
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 6
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
271
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 178
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
271
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
271
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 |
269
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 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 = 11
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
268
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 154) AND (id_product_attribute = 992) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
268
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 850 LIMIT 1 |
266
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` = 188 |
265
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_shop_url
WHERE active = 1
AND id_shop = 12 |
264
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
264
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 180
AND image_shop.`cover` = 1 LIMIT 1 |
263
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 163) |
263
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 188 LIMIT 1 |
263
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` s
WHERE (s.id_country = 151) |
263
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 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 |
261
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 *
FROM `ps_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 6 |
261
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 6 |
261
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 0) AND (id_shop = 6) 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 *
FROM `ps_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 6 |
260
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 *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 101) LIMIT 1 |
259
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 160) AND (id_product_attribute = 0) AND (id_shop = 6) 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 product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 840 LIMIT 1 |
259
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` sc
WHERE (id_shop_assoc = 6) |
259
ms
|
36 |
|
|
/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 = 6)
WHERE i.`id_product` = 175
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 181) |
257
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_lang`
WHERE `id_product` = 188 AND `id_shop` = 6 |
257
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
256
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 96) LIMIT 1 |
256
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 = "displayAfterTitleTag") LIMIT 1 |
256
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 *
FROM `ps_product_lang`
WHERE `id_product` = 151 AND `id_shop` = 6 |
256
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 118) LIMIT 1 |
253
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 1 FROM `ps_specific_price` WHERE id_product = 202 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 190) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
253
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 = 195) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 183 AND id_shop=6 LIMIT 1 |
252
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerSetMedia") LIMIT 1 |
252
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 163
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
252
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` = 154 AND `id_group` = 1 LIMIT 1 |
251
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_tnwuandmg WHERE `active` = 1 |
251
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_category_lang`
WHERE `id_category` = 95 AND `id_shop` = 6 |
251
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 185) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
250
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
250
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_category` FROM `ps_category_product`
WHERE `id_product` = 184 |
248
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
247
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` = 171 |
246
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 = 6)
WHERE i.`id_product` = 160
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 185) AND (id_product_attribute = 818) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
246
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 = 163) AND (id_product_attribute = 1008) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
246
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` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
246
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 187) AND (id_product_attribute = 822) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
244
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
244
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 6 |
243
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
243
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` = 162 AND id_shop=6 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_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 6 |
243
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Filters/Converter.php:521<br>:undefined<br>/modules/ps_facetedsearch/src/Filters/Converter.php:162<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:206<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 59) LIMIT 1 |
242
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_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 6 LIMIT 1 |
241
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 active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
241
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 |
241
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_shop_url
WHERE active = 1
AND id_shop = 5 |
241
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
240
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
240
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 194) AND (id_product_attribute = 0) AND (id_shop = 6) 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 *
FROM ps_shop_url
WHERE active = 1
AND id_shop = 1 |
239
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 193 AND `id_group` = 1 LIMIT 1 |
239
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
238
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` = 159 AND `id_group` = 1 LIMIT 1 |
238
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_shop_url
WHERE active = 1
AND id_shop = 11 |
237
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_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 1034) LIMIT 1 |
237
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 location
FROM `ps_stock_available`
WHERE (id_product = 151) AND (id_product_attribute = 988) AND (id_shop = 6) 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 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 |
237
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 product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 844 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 product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 826 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 *
FROM `ps_state` a
WHERE (a.`id_state` = 399) 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` = 360) 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 active
FROM `ps_hook` h
WHERE (h.name = "displayAfterBodyOpeningTag") LIMIT 1 |
235
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
235
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 = 189) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
234
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 182
AND image_shop.`cover` = 1 LIMIT 1 |
234
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 6
WHERE (a.`id_country` = 229) LIMIT 1 |
233
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
233
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:1233<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 152) AND (id_product_attribute = 990) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
233
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` = 170
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
232
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 155 |
231
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
231
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 183 |
230
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 161
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
230
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 188
AND image_shop.`cover` = 1 LIMIT 1 |
230
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 = 203) AND (id_product_attribute = 850) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 996 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 (6) LIMIT 1 |
228
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` = 172 AND id_shop=6 LIMIT 1 |
228
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` = 18 AND `id_shop` = 6 LIMIT 1 |
227
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 1 FROM `ps_specific_price` WHERE id_product = 203 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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
226
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
226
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
225
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 193 LIMIT 1 |
225
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 202 AND `id_shop` = 6 |
224
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_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 151 LIMIT 1 |
224
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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 181 AND pa.`id_product` = 181 AND pa.`id_product_attribute` = 1036 LIMIT 1 |
224
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
223
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
223
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 61 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 = "displayWrapperBottom") LIMIT 1 |
223
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
222
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
222
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
222
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` = 162 |
222
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 6
WHERE (a.`id_lang` = 5) LIMIT 1 |
222
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 1 FROM `ps_specific_price` WHERE id_product = 196 LIMIT 1 |
222
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 = "actionFrontControllerInitBefore") LIMIT 1 |
221
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
221
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` = 185 AND id_shop=6 LIMIT 1 |
218
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 61 LIMIT 1 |
218
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 = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
217
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
217
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 = "displayBeforeBodyClosingTag") 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/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 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 |
216
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 = 194 LIMIT 1 |
216
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_module` FROM `ps_module_shop` WHERE `id_module` = 30 AND `id_shop` = 6 LIMIT 1 |
216
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
216
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 |
215
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 = 182) AND (id_product_attribute = 1034) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
214
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 = 154) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
214
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 = "displayNavFullWidth") LIMIT 1 |
213
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 product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1000 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 = "actionGetProductPropertiesAfter") LIMIT 1 |
212
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
211
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 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_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 6 |
210
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 1 FROM `ps_specific_price` WHERE id_product = 195 LIMIT 1 |
210
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 |
210
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
210
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 psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1 |
210
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 500) 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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
210
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 = 189 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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 6
AND cl.`id_category` = 61 LIMIT 1 |
209
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:5613<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayCustomerLoginFormAfter") LIMIT 1 |
208
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 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 178) AND (id_product_attribute = 1042) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
207
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_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 824 LIMIT 1 |
207
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` = 187 |
207
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
207
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'QAR') LIMIT 1 |
206
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_state` a
WHERE (a.`id_state` = 379) 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 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 |
206
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 190) AND (id_product_attribute = 834) AND (id_shop = 6) 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_state` a
WHERE (a.`id_state` = 499) 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 *
FROM `ps_shops_countries` a
WHERE (a.`id` = 139) 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: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 product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1002 LIMIT 1 |
206
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` = 408) LIMIT 1 |
205
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 = 172 LIMIT 1 |
204
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 395) 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 active
FROM `ps_hook` h
WHERE (h.name = "productSearchProvider") LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:375<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:168<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
202
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 `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
202
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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 6 LIMIT 1 |
202
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 active
FROM `ps_hook` h
WHERE (h.name = "angarFacebook") LIMIT 1 |
202
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 184
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
201
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
200
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` = 185 |
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 active
FROM `ps_hook` h
WHERE (h.name = "displayTop") LIMIT 1 |
200
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 id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 6 LIMIT 1 |
199
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 *
FROM `ps_shops_countries` a
WHERE (a.`id` = 85) LIMIT 1 |
199
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 151) AND (id_product_attribute = 988) AND (id_shop = 6) 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_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
198
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 415) 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` = 192 |
197
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
197
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 38 LIMIT 1 |
197
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 180
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
196
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_state` a
WHERE (a.`id_state` = 369) LIMIT 1 |
196
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 `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 208 LIMIT 1 |
196
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
196
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_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 6 LIMIT 1 |
196
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 200) AND (id_product_attribute = 858) AND (id_shop = 6) 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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 182 |
195
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 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_shop` a
WHERE (a.`id_shop` = 12) LIMIT 1 |
194
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 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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
194
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 = 185 LIMIT 1 |
194
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` = 353) 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 `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
194
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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
194
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 197 AND id_shop=6 LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
193
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` = 412) LIMIT 1 |
193
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 |
193
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` = 188 AND `id_group` = 1 LIMIT 1 |
192
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 6
AND cl.`id_category` = 58 LIMIT 1 |
192
ms
|
0 |
|
|
/classes/Category.php:1369
/classes/Product.php:748<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 202 AND id_shop=6 LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
190
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
190
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` = 361) LIMIT 1 |
190
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 (6) 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 = "actionBuildFrontEndObject") LIMIT 1 |
189
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
189
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 |
189
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` = 507) LIMIT 1 |
189
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_shop` a
WHERE (a.`id_shop` = 6) LIMIT 1 |
188
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 365) LIMIT 1 |
188
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` = 378) LIMIT 1 |
188
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 |
188
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_category` FROM `ps_category_product`
WHERE `id_product` = 169 |
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_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 6 LIMIT 1 |
188
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 404) LIMIT 1 |
188
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` = 194 AND `id_group` = 1 LIMIT 1 |
187
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_state` a
WHERE (a.`id_state` = 385) LIMIT 1 |
187
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 |
186
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` = 400) 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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
186
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_state` a
WHERE (a.`id_state` = 358) 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 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 |
186
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'XAF') LIMIT 1 |
186
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_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
186
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 *
FROM `ps_shop` a
WHERE (a.`id_shop` = 5) LIMIT 1 |
185
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
185
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 189) AND (id_product_attribute = 826) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
185
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 = 6 AND id_lang = 5 AND id_category = 61 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 *
FROM `ps_shops_countries` a
WHERE (a.`id` = 108) LIMIT 1 |
184
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 363) LIMIT 1 |
184
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` = 390) LIMIT 1 |
184
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 |
184
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 |
183
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` = 405) LIMIT 1 |
183
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` = 14 LIMIT 1 |
183
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 = "actionControllerInitAfter") LIMIT 1 |
183
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_state` a
WHERE (a.`id_state` = 370) LIMIT 1 |
183
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` = 173 AND id_shop=6 LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 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 active
FROM `ps_hook` h
WHERE (h.name = "actionProductSearchAfter") LIMIT 1 |
183
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 362) LIMIT 1 |
183
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` = 158 AND id_shop=6 LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 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 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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 171 AND `id_group` = 1 LIMIT 1 |
182
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_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
182
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` = 189
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
182
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 175 |
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 location
FROM `ps_stock_available`
WHERE (id_product = 192) AND (id_product_attribute = 830) AND (id_shop = 6) 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 197) AND (id_product_attribute = 842) AND (id_shop = 6) 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 *
FROM `ps_state` a
WHERE (a.`id_state` = 501) LIMIT 1 |
182
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 = "overrideMinimalPurchasePrice") LIMIT 1 |
181
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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 6 LIMIT 1 |
181
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 380) LIMIT 1 |
181
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` = 409) LIMIT 1 |
181
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` = 503) LIMIT 1 |
180
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` = 496) LIMIT 1 |
180
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 |
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'TND') LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 364) LIMIT 1 |
179
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` = 502) LIMIT 1 |
179
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 |
179
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` = 411) LIMIT 1 |
179
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` = 732) LIMIT 1 |
179
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` = 413) LIMIT 1 |
178
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` = 192
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 402) LIMIT 1 |
178
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 |
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 392) LIMIT 1 |
178
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` = 403) LIMIT 1 |
178
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 |
178
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` = 396) LIMIT 1 |
177
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` = 152 AND id_shop=6 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 *
FROM `ps_state` a
WHERE (a.`id_state` = 401) LIMIT 1 |
177
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) |
177
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 374) LIMIT 1 |
176
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 = 180 LIMIT 1 |
176
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 375) LIMIT 1 |
176
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` = 504) LIMIT 1 |
176
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 |
176
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` = 381) LIMIT 1 |
176
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` = 368) LIMIT 1 |
176
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 |
176
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` = 505) LIMIT 1 |
176
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_shops_countries` a
WHERE (a.`id` = 128) LIMIT 1 |
176
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 356) LIMIT 1 |
175
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` = 366) LIMIT 1 |
175
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` = 367) LIMIT 1 |
175
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 = 159) AND (id_product_attribute = 1000) AND (id_shop = 6) 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 *
FROM `ps_state` a
WHERE (a.`id_state` = 384) LIMIT 1 |
175
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` = 410) LIMIT 1 |
175
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` = 371) LIMIT 1 |
174
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` = 388) LIMIT 1 |
174
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` = 180 AND `id_group` = 1 LIMIT 1 |
174
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_state` a
WHERE (a.`id_state` = 357) LIMIT 1 |
174
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 name FROM ps_category_lang WHERE id_shop = 6 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_module` FROM `ps_module_shop` WHERE `id_module` = 32 AND `id_shop` = 6 LIMIT 1 |
174
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
174
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` = 383) LIMIT 1 |
174
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 = 180) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
174
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` = 393) LIMIT 1 |
173
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` = 382) LIMIT 1 |
173
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` = 506) LIMIT 1 |
173
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 = "actionPresentCart") LIMIT 1 |
173
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 377) LIMIT 1 |
173
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` = 191
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
172
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) |
172
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
172
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 391) LIMIT 1 |
172
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` = 169 AND id_shop=6 LIMIT 1 |
171
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` = 387) LIMIT 1 |
171
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 |
171
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 (6) LIMIT 1 |
170
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` = 386) LIMIT 1 |
170
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_shop` a
WHERE (a.`id_shop` = 11) LIMIT 1 |
170
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 |
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 373) LIMIT 1 |
169
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 |
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 6
AND cl.`id_category` = 97 LIMIT 1 |
169
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 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 |
168
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 193
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
168
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 29 AND `id_shop` = 6 LIMIT 1 |
168
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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
168
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 169 |
167
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) |
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 163 |
167
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
167
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_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_module` FROM `ps_module_shop` WHERE `id_module` = 99 AND `id_shop` = 6 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 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 = "actionGetProductPropertiesAfter") LIMIT 1 |
165
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` = 14 LIMIT 1 |
165
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 = 181 LIMIT 1 |
165
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AED') LIMIT 1 |
165
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_category` FROM `ps_category_product`
WHERE `id_product` = 158 |
165
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 162 AND `id_group` = 1 LIMIT 1 |
164
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
164
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 |
163
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
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 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 |
163
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
162
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 |
162
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
162
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_module` FROM `ps_module_shop` WHERE `id_module` = 33 AND `id_shop` = 6 LIMIT 1 |
162
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 97 LIMIT 1 |
161
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 |
161
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_wholesale_threshold` a
WHERE (a.`id_group_wholesale_threshold` = 14) LIMIT 1 |
161
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 191 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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 187 |
160
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 166 AND `id_group` = 1 LIMIT 1 |
159
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 = 160 LIMIT 1 |
157
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` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
156
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
156
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
156
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 name FROM ps_category_lang WHERE id_shop = 6 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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 179 AND `id_group` = 1 LIMIT 1 |
156
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
154
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` = 190 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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 157
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_category` FROM `ps_category_product`
WHERE `id_product` = 180 |
152
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 1036 LIMIT 1 |
152
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 FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 161) AND (id_product_attribute = 1004) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
149
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 |
149
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 13 LIMIT 1 |
148
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 166) AND (id_product_attribute = 1014) AND (id_shop = 6) 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 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 |
147
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.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'DZD') LIMIT 1 |
146
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
143
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
140
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 |
140
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 5 AND id_category = 58 LIMIT 1 |
139
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) |
138
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` = 15 LIMIT 1 |
138
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` = 175 AND `id_group` = 1 LIMIT 1 |
138
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
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` = 158
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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
136
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_category` FROM `ps_category_product`
WHERE `id_product` = 175 |
127
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 = "displayHeader") LIMIT 1 |
121
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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 61) LIMIT 1 |
121
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 COUNT(*) FROM ps_shop LIMIT 1 |
118
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 172
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
117
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` = 163 AND id_shop=6 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 5
AND id_shop = 6 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/ObjectModel.php:1646
/classes/Tools.php:659<br>/classes/Dispatcher.php:242<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 181 AND id_shop=6 LIMIT 1 |
105
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` = 182 AND `id_group` = 1 LIMIT 1 |
102
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) |
101
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` = 181 AND `id_group` = 1 LIMIT 1 |
94
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 163 AND `id_group` = 1 LIMIT 1 |
94
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|