SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1450
AND pac.`id_product_attribute` = 2443
AND agl.`id_lang` = 2 |
478662
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 |
294189
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` = 2443
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1450 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2443
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1450 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
215168
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` = 1457 |
133940
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` = 1461 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
110621
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1457
LIMIT 1 |
109193
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) |
107055
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` = 1457 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
77390
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1448
LIMIT 1 |
67742
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` = 1461) |
64053
ms
|
3 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1428 |
63817
ms
|
3 |
|
|
/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` = 2442
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1450 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2442
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1450 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
60143
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` = 2)
WHERE i.`id_product` = 1457
ORDER BY `position` |
57082
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
53317
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
50577
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 |
49080
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1461
LIMIT 1 |
48286
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1432
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
47535
ms
|
3 |
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` = 2338 LIMIT 1 |
46985
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1425
LIMIT 1 |
46961
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` = 2323
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1457 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2323
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
46190
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1432 |
45168
ms
|
3 |
|
|
/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 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`) |
41939
ms
|
10743 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1426
LIMIT 1 |
38613
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_shop_url
WHERE active = 1
AND id_shop = 12 |
38600
ms
|
1 |
|
|
/classes/shop/Shop.php:585
/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1461) AND (b.`id_shop` = 6) LIMIT 1 |
37443
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
35647
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1450
ORDER BY f.position ASC |
34237
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (2286, 2287, 2285) AND il.`id_lang` = 2 ORDER by i.`position` |
33364
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1444
ORDER BY `position` |
32850
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 = 1432) AND (id_product_attribute = 2245) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
30275
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
30255
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` = 1426 |
30228
ms
|
3 |
|
|
/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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1461
AND pac.`id_product_attribute` = 2338
AND agl.`id_lang` = 2 |
29877
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` = 1444 AND pa.`id_product` = 1444 AND pa.`id_product_attribute` = 2286 LIMIT 1 |
28220
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2338
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1461 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2338
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
27061
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1448) AND (b.`id_shop` = 6) LIMIT 1 |
26784
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1444 |
25811
ms
|
3 |
|
|
/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 = 1438 LIMIT 1 |
25152
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
22654
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` = 2322
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1457 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2322
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
22508
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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1450
LIMIT 1 |
21761
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1428
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
21191
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
20711
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 |
18351
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1428
LIMIT 1 |
17471
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` = 1450 AND pa.`id_product` = 1450 AND pa.`id_product_attribute` = 2443 LIMIT 1 |
16926
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 1448
AND image_shop.`cover` = 1 LIMIT 1 |
15605
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 = 1428) AND (id_product_attribute = 2239) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
15364
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 = 2 AND id_category = 105 LIMIT 1 |
14755
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1426
AND pac.`id_product_attribute` = 2475
AND agl.`id_lang` = 2 |
14270
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1457
LIMIT 1 |
14046
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1432) LIMIT 1 |
14027
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1461
LIMIT 1 |
13920
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` = 1426 |
13389
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 fp.id_feature, fp.id_feature_value, 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=26)) AND p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=7)) AND ((fp_1.id_feature_value=26)) GROUP BY fp.id_feature_value |
13196
ms
|
78 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:736<br>/modules/ps_facetedsearch/src/Filters/Block.php:717<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<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` |
12828
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 *, ( 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` = 1461 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
12499
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1417
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
12192
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1461
AND pac.`id_product_attribute` = 2337
AND agl.`id_lang` = 2 |
11802
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
11582
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` = 1448 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
11466
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
|
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("ed124090d284fa6220abce094d244fd8", "a:1:{s:7:\"filters\";a:7:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:18:\"التصنيفات\";s:6:\"values\";a:1:{i:105;a:2:{s:4:\"name\";s:23:\"ورود بريميوم\";s:3:\"nbr\";s:2:\"16\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:8:\"quantity\";s:4:\"type\";s:8:\"quantity\";s:6:\"id_key\";i:0;s:4:\"name\";s:12:\"التوفر\";s:6:\"values\";a:2:{i:0;a:2:{s:4:\"name\";s:17:\"غير متوفر\";s:3:\"nbr\";i:0;}i:1;a:2:{s:4:\"name\";s:51:\"السلع الموجودة بالمخزن أولا\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"1\";s:4:\"name\";s:10:\"الحجم\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:3:{i:1;a:4:{s:4:\"name\";s:7:\"40 صم\";s:3:\"nbr\";s:2:\"16\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:26;a:4:{s:4:\"name\";s:7:\"50 صم\";s:3:\"nbr\";s:2:\"16\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:27;a:4:{s:4:\"name\";s:7:\"60 صم\";s:3:\"nbr\";s:2:\"16\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"12\";s:6:\"values\";a:1:{i:68;a:4:{s:3:\"nbr\";s:2:\"16\";s:4:\"name\";s:12:\" الجذع \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:13:\"الوحدة \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"7\";s:6:\"values\";a:8:{i:33;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:9:\"أبيض \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:32;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:9:\"أحمر \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:34;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:9:\"أصفر \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:42;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:14:\"برتقالي\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:36;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:13:\"بنفسجي \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:35;a:5:{s:3:\"nbr\";s:2:\"11\";s:4:\"name\";s:22:\"ثنائي اللون \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:40;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:9:\"زهري \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:47;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:17:\"وردي فاتح\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:11:\"اللون \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"5\";s:6:\"values\";a:5:{i:212;a:4:{s:3:\"nbr\";s:2:\"19\";s:4:\"name\";s:13:\"Florea Blooms\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:26;a:5:{s:3:\"nbr\";s:2:\"16\";s:4:\"name\";s:7:\"Pj Dave\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:100;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:24:\"Sunfloritech Ltd Bluesky\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:99;a:4:{s:3:\"nbr\";s:2:\"15\";s:4:\"name\";s:18:\"Tropiflora Limited\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:98;a:4:{s:3:\"nbr\";s:2:\"13\";s:4:\"name\";s:19:\"Utee Estate Limited\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:13:\"المنتج \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:6;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"4\";s:6:\"values\";a:1:{i:15;a:4:{s:3:\"nbr\";s:2:\"16\";s:4:\"name\";s:10:\"كينيا\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:25:\" البلد الأصلي \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
11207
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:193
/modules/ps_facetedsearch/src/Product/SearchProvider.php:202<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 |
10976
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 fp.id_feature, fp.id_feature_value, 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (32, 36, 35))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=5)) AND ((fp_1.id_feature_value IN (32, 36, 35))) GROUP BY fp.id_feature_value |
10910
ms
|
430 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:736<br>/modules/ps_facetedsearch/src/Filters/Block.php:717<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1457
AND pac.`id_product_attribute` = 2322
AND agl.`id_lang` = 2 |
10887
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 fp.id_feature, fp.id_feature_value, 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (32, 36, 35))) AND ((fp_1.id_feature_value=26)) AND p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=12)) AND ((fp_1.id_feature_value IN (32, 36, 35))) AND ((fp_2.id_feature_value=26)) GROUP BY fp.id_feature_value |
10798
ms
|
1521 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:736<br>/modules/ps_facetedsearch/src/Filters/Block.php:717<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<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 (2443, 2444, 2442) AND il.`id_lang` = 2 ORDER by i.`position` |
10676
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
10453
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1417) LIMIT 1 |
10411
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 |
9748
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
8886
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` = 1456) |
8806
ms
|
3 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
8535
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` = 1450 AND pa.`id_product` = 1450 AND pa.`id_product_attribute` = 2442 LIMIT 1 |
8475
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 |
7554
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` = 1461 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
7546
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 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 |
7513
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
7501
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 pac.id_attribute, 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (32, 36, 35))) AND ((fp_1.id_feature_value=26)) AND p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_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) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=1)) AND ((fp_1.id_feature_value IN (32, 36, 35))) AND ((fp_2.id_feature_value=26)) GROUP BY pac.id_attribute |
7401
ms
|
1521 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:736<br>/modules/ps_facetedsearch/src/Filters/Block.php:595<br>/modules/ps_facetedsearch/src/Filters/Block.php:132<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1426
ORDER BY `position` |
7126
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 cp.id_category, 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (32, 36, 35))) AND ((fp_1.id_feature_value=26)) AND p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p 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) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (32, 36, 35))) AND ((fp_1.id_feature_value=26)) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>158 AND c.nright<231 GROUP BY cp.id_category |
6996
ms
|
1521 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:736<br>/modules/ps_facetedsearch/src/Filters/Block.php:857<br>/modules/ps_facetedsearch/src/Filters/Block.php:140<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<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` = 1448
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
6950
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 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 (2322, 2323, 2321) AND il.`id_lang` = 2 ORDER by i.`position` |
6726
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 1450) |
6632
ms
|
3 |
|
|
/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_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 |
6631
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
6545
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 |
6343
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 fp.id_feature, fp.id_feature_value, 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (32, 36, 35))) AND ((fp_1.id_feature_value=26)) AND p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=4)) AND ((fp_1.id_feature_value IN (32, 36, 35))) AND ((fp_2.id_feature_value=26)) GROUP BY fp.id_feature_value |
6174
ms
|
1521 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:736<br>/modules/ps_facetedsearch/src/Filters/Block.php:717<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<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 |
5775
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 |
5748
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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (32, 36, 35))) AND ((fp_1.id_feature_value=26)) AND 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 |
5717
ms
|
1521 |
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2337
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1461 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2337
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
5659
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` = 2321 LIMIT 1 |
5639
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` = 1426 |
5533
ms
|
3 |
|
|
/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` = 1457 AND pa.`id_product` = 1457 AND pa.`id_product_attribute` = 2321 LIMIT 1 |
5515
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` = 1438 AND pa.`id_product` = 1438 AND pa.`id_product_attribute` = 2262 LIMIT 1 |
5459
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` = 1450 |
5269
ms
|
3 |
|
|
/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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
5118
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 |
5107
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` = 2249
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1433 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2249
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
5096
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
5082
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1450
LIMIT 1 |
4960
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (32, 36, 35))) AND ((fp_1.id_feature_value=26)) AND p.visibility IN ('both', 'catalog') AND c.nleft>=158 AND c.nright<=231 AND ps.id_shop='6' GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (32, 36, 35))) AND ((fp_1.id_feature_value=26)) |
4887
ms
|
78 |
|
|
/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.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1456
LIMIT 1 |
4770
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) |
4697
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
4654
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) |
4643
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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1439
LIMIT 1 |
4628
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
4584
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1438
LIMIT 1 |
4542
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_state` a
WHERE (a.`id_state` = 380) LIMIT 1 |
4530
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
4503
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` = 1422) LIMIT 1 |
4470
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` = 2444
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1450 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2444
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1450 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4434
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` = 2246 LIMIT 1 |
4417
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1428
LIMIT 1 |
4328
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_state` a
WHERE (a.`id_state` = 358) LIMIT 1 |
4315
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1448
LIMIT 1 |
4259
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` = 1422 AND `id_shop` = 6 |
4205
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` = 1422 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
4202
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` = 1426 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4137
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1426
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
4116
ms
|
3 |
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` = 2)
WHERE i.`id_product` = 1432
ORDER BY `position` |
4099
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 |
4075
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1442
LIMIT 1 |
4074
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 |
4070
ms
|
1628 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1432
LIMIT 1 |
4020
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_state` a
WHERE (a.`id_state` = 353) LIMIT 1 |
4005
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
3983
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2265
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1439 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2265
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1439 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3977
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` = 1422 AND pa.`id_product` = 1422 AND pa.`id_product_attribute` = 2222 LIMIT 1 |
3975
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 6)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
3975
ms
|
195 |
Yes
|
|
/classes/Country.php:147
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:951<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:45<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
3930
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` = 1457 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3904
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` = 1438 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3901
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` = 2266
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1439 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2266
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1439 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3878
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
3873
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` = 1456 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3854
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1456) AND (b.`id_shop` = 6) LIMIT 1 |
3827
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1417
LIMIT 1 |
3816
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_state` ORDER BY `name` ASC |
3793
ms
|
717 |
Yes
|
|
/classes/Country.php:154
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:951<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:45<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 1450 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1450 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3778
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 v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC |
3770
ms
|
92 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
/modules/ps_facetedsearch/src/Filters/Converter.php:347<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
3769
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionBuildFrontEndObject") LIMIT 1 |
3758
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) |
3734
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
3731
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 = 1422) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
3730
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` = 1457 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
3663
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` = 2205
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1417 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2205
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1417 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3658
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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1426
LIMIT 1 |
3650
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
3633
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` = 1433 AND pa.`id_product` = 1433 AND pa.`id_product_attribute` = 2249 LIMIT 1 |
3589
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 |
3580
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1433
LIMIT 1 |
3576
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1428
LIMIT 1 |
3525
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1442
LIMIT 1 |
3525
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1422) AND (id_product_attribute = 2221) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
3518
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.`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` = 1425 AND pa.`id_product` = 1425 AND pa.`id_product_attribute` = 2230 LIMIT 1 |
3507
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 (2443, 2444, 2442) AND il.`id_lang` = 2 ORDER by i.`position` |
3479
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` = 1456 AND pa.`id_product` = 1456 AND pa.`id_product_attribute` = 2318 LIMIT 1 |
3447
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 |
3423
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.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1425
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
3418
ms
|
3 |
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` = 1457) |
3418
ms
|
3 |
|
|
/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` = 2285
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1444 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2285
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3410
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 |
3410
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1439
LIMIT 1 |
3408
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 |
3399
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 |
3387
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1422
LIMIT 1 |
3380
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 tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 229
AND tr.`id_tax_rules_group` = 3
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
3368
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3886<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1432
LIMIT 1 |
3352
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1444
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
3342
ms
|
3 |
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_lang` FROM `ps_lang` WHERE `iso_code` = 'ar' LIMIT 1 |
3324
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 *, ( 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` = 1425 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
3315
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
3255
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` = 2295
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1448 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2295
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1448 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3243
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(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
3204
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2287
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1444 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2287
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3181
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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1433
LIMIT 1 |
3163
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` = 1433 |
3156
ms
|
3 |
|
|
/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 |
3120
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` = 1456 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
3112
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
3109
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1456 LIMIT 1 |
3081
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) |
3081
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1425) AND (b.`id_shop` = 6) LIMIT 1 |
3072
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 |
3066
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1456
ORDER BY f.position ASC |
3008
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1456 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2994
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
2987
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 |
2979
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1444
LIMIT 1 |
2978
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1417
LIMIT 1 |
2974
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` = 2221
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2221
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2971
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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1422
LIMIT 1 |
2967
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1432
LIMIT 1 |
2953
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1422
ORDER BY `position` |
2945
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 |
2928
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1425
AND pac.`id_product_attribute` = 2230
AND agl.`id_lang` = 2 |
2909
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` = 2222
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2222
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2908
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_state` a
WHERE (a.`id_state` = 403) LIMIT 1 |
2891
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1425
LIMIT 1 |
2890
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
2884
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 |
2880
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 |
2878
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1442
LIMIT 1 |
2873
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1439
LIMIT 1 |
2847
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 = 1450) AND (id_product_attribute = 2444) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2836
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` = 2475 LIMIT 1 |
2834
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
2832
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1422) AND (b.`id_shop` = 6) LIMIT 1 |
2815
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 (2294, 2295, 2293) AND il.`id_lang` = 2 ORDER by i.`position` |
2814
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_shops_countries` a
WHERE (a.`id` = 108) LIMIT 1 |
2809
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1417
LIMIT 1 |
2807
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1450
ORDER BY `position` |
2796
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 |
2764
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.`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` = 1439 AND pa.`id_product` = 1439 AND pa.`id_product_attribute` = 2267 LIMIT 1 |
2761
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` = 1448 |
2756
ms
|
3 |
|
|
/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` = 2262
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1438 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2262
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2750
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 |
2745
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` = 2477
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2477
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2734
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 |
2730
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1461 |
2729
ms
|
3 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1438
LIMIT 1 |
2706
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1442
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
2696
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
2667
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1461
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2664
ms
|
3 |
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` = 2295) LIMIT 1 |
2641
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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1426
LIMIT 1 |
2626
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
2624
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1422
LIMIT 1 |
2610
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
2591
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
2572
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1422) AND (id_product_attribute = 2222) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2570
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1432) AND (b.`id_shop` = 6) LIMIT 1 |
2566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
2560
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 COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
2543
ms
|
2650384 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 2442 LIMIT 1 |
2541
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1438 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2520
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
2517
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` = 1450 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2512
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 = "actionProductSearchProviderRunQueryAfter") LIMIT 1 |
2496
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:220<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1457 |
2491
ms
|
3 |
|
|
/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 = 1450) AND (id_product_attribute = 2442) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2490
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` = 1432 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2473
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` = 1433 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2450
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 |
2435
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 = 1444) AND (id_product_attribute = 2285) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
2435
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 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` = 2 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 |
2428
ms
|
119 |
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1428 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2406
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
2402
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_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` = 2317) LIMIT 1 |
2393
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1456 |
2385
ms
|
3 |
|
|
/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 (2238, 2239, 2237) AND il.`id_lang` = 2 ORDER by i.`position` |
2381
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1433
LIMIT 1 |
2370
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 |
2368
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` = 2294
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1448 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2294
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1448 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2365
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 |
2347
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 2222 LIMIT 1 |
2345
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 = 2 AND id_category = 105 LIMIT 1 |
2343
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 (2443, 2444, 2442) AND il.`id_lang` = 2 ORDER by i.`position` |
2342
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 |
2335
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` = 2278
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1442 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2278
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2327
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1422
AND pac.`id_product_attribute` = 2222
AND agl.`id_lang` = 2 |
2324
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 |
2314
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1442
AND pac.`id_product_attribute` = 2277
AND agl.`id_lang` = 2 |
2276
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1457
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2265
ms
|
3 |
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` = 1417 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1417 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2251
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
2239
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` = 2247
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1432 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2247
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2222
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 |
2207
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` = 2444 LIMIT 1 |
2202
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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1417
ORDER BY `position` |
2198
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 |
2186
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 |
2172
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` = 2476
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2476
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2151
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
2138
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` = 1456 |
2128
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
2127
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1438
ORDER BY `position` |
2122
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 |
2117
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1425
LIMIT 1 |
2115
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1456
ORDER BY `position` |
2114
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1428
ORDER BY f.position ASC |
2096
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
2082
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` = 1433 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2080
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 |
2079
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 = 1457 LIMIT 1 |
2074
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 |
2073
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 |
2055
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` = 1439 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1439 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2054
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` = 1422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2040
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_shops_countries` a
WHERE (a.`id` = 128) LIMIT 1 |
2039
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
2038
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 2476 LIMIT 1 |
2031
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1432
ORDER BY f.position ASC |
2023
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1442
AND pac.`id_product_attribute` = 2279
AND agl.`id_lang` = 2 |
2022
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1456
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2020
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
2018
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1433 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2017
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` = 1456) LIMIT 1 |
2011
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` = 1456 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2009
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1457
ORDER BY `position` |
2007
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 |
1995
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1425 AND `id_group` = 1 LIMIT 1 |
1991
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 1432 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1981
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 (2250, 2251, 2249) AND il.`id_lang` = 2 ORDER by i.`position` |
1978
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1976
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1456
ORDER BY `position` |
1961
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` = 2251 LIMIT 1 |
1958
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` = 2477 LIMIT 1 |
1958
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 |
1957
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` = 2263
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1438 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2263
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1952
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1951
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 location
FROM `ps_stock_available`
WHERE (id_product = 1425) AND (id_product_attribute = 2230) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1947
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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1438
LIMIT 1 |
1945
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1433
ORDER BY `position` |
1945
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1939
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1438) AND (b.`id_shop` = 6) LIMIT 1 |
1931
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/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 = 1426) AND (id_product_attribute = 2476) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1928
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` = 1442 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1924
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 6 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1919
ms
|
222 |
Yes
|
|
/classes/Dispatcher.php:643
/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 |
1917
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1909
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` = 1439 |
1908
ms
|
3 |
|
|
/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 |
1906
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 |
1901
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1897
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1897
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 |
1896
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1442 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1896
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1444
LIMIT 1 |
1890
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_state` a
WHERE (a.`id_state` = 411) LIMIT 1 |
1889
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1457
LIMIT 1 |
1886
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` = 2250
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1433 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2250
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1885
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` = 2)
WHERE i.`id_product` = 1417
ORDER BY `position` |
1857
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 |
1856
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1448
LIMIT 1 |
1855
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` = 2261 LIMIT 1 |
1851
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 |
1848
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1847
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` = 1439 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1439 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1847
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1433
AND pac.`id_product_attribute` = 2250
AND agl.`id_lang` = 2 |
1845
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` = 2)
WHERE i.`id_product` = 1444
ORDER BY `position` |
1840
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1426
ORDER BY f.position ASC |
1838
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 1433 AND pa.`id_product` = 1433 AND pa.`id_product_attribute` = 2251 LIMIT 1 |
1832
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1457
AND pac.`id_product_attribute` = 2321
AND agl.`id_lang` = 2 |
1829
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1456
LIMIT 1 |
1824
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` = 1439 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1818
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1818
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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1444
LIMIT 1 |
1816
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 |
1813
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1810
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1805
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1804
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` = 1432 AND pa.`id_product` = 1432 AND pa.`id_product_attribute` = 2246 LIMIT 1 |
1800
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 |
1792
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1787
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1782
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1777
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 FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
1776
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1774
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` = 2267
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1439 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2267
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1439 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1771
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1769
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1426 |
1762
ms
|
3 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1425) AND (id_product_attribute = 2229) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1757
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1422
AND pac.`id_product_attribute` = 2221
AND agl.`id_lang` = 2 |
1754
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 2317 LIMIT 1 |
1750
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1748
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1740
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1737
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` = 1444 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1728
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` = 2250) LIMIT 1 |
1728
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 |
1727
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
1726
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1433) AND (b.`id_shop` = 6) LIMIT 1 |
1724
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1439
ORDER BY `position` |
1724
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 a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1417
AND pac.`id_product_attribute` = 2205
AND agl.`id_lang` = 2 |
1721
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1461
LIMIT 1 |
1721
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` = 2319
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1456 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2319
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1719
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 |
1714
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1713
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1456
LIMIT 1 |
1713
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` = 1417 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1417 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1712
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-18 00:00:00',
INTERVAL 10000000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 6
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 6
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 6
WHERE p.id_product = 1450
LIMIT 1 |
1709
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1433
AND pac.`id_product_attribute` = 2251
AND agl.`id_lang` = 2 |
1708
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 2245 LIMIT 1 |
1707
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1417 AND `id_group` = 1 LIMIT 1 |
1706
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 2251) LIMIT 1 |
1702
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` = 1438 |
1702
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` = 1422 AND pa.`id_product` = 1422 AND pa.`id_product_attribute` = 2223 LIMIT 1 |
1700
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 |
1698
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` = 2277
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1442 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2277
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1696
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` = 1438 AND pa.`id_product` = 1438 AND pa.`id_product_attribute` = 2263 LIMIT 1 |
1695
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` = 2285 LIMIT 1 |
1689
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1683
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
1681
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1679
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1677
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` = 2230
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1425 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2230
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1425 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1673
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1669
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
1668
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1433
AND pac.`id_product_attribute` = 2249
AND agl.`id_lang` = 2 |
1666
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` = 2223
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2223
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1663
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_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
1661
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` = 1417 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1417 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1660
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 = 1442) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1654
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 |
1649
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1646
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) |
1639
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1428
ORDER BY `position` |
1638
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 |
1637
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` = 1428 AND id_shop=6 LIMIT 1 |
1630
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` = 2)
WHERE i.`id_product` = 1442
ORDER BY `position` |
1629
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 a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1417
AND pac.`id_product_attribute` = 2206
AND agl.`id_lang` = 2 |
1613
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 2294 LIMIT 1 |
1612
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2239
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1428 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2239
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1611
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 = 1417) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1610
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1433
ORDER BY f.position ASC |
1609
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1608
ms
|
912 |
|
|
/classes/Hook.php:1235
/classes/Hook.php:212<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1417
ORDER BY `position` |
1605
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` = 2231 LIMIT 1 |
1602
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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1439
ORDER BY `position` |
1600
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 a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1456
AND pac.`id_product_attribute` = 2319
AND agl.`id_lang` = 2 |
1596
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` = 2246
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1432 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2246
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1595
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 |
1576
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1457 AND `id_shop` = 6 |
1576
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` = 1448 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1448 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1575
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` = 1425 AND pa.`id_product` = 1425 AND pa.`id_product_attribute` = 2231 LIMIT 1 |
1571
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` = 2)
WHERE i.`id_product` = 1438
ORDER BY `position` |
1571
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` = 1426 AND pa.`id_product` = 1426 AND pa.`id_product_attribute` = 2477 LIMIT 1 |
1566
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 |
1565
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1426
AND pac.`id_product_attribute` = 2476
AND agl.`id_lang` = 2 |
1561
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1432
AND pac.`id_product_attribute` = 2246
AND agl.`id_lang` = 2 |
1557
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) |
1556
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 |
1550
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 |
1546
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1545
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 |
1545
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1543
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) |
1540
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1538
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
1538
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.`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` = 1428 AND pa.`id_product` = 1428 AND pa.`id_product_attribute` = 2237 LIMIT 1 |
1536
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1529
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 |
1525
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1524
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 |
1520
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` = 1428 AND pa.`id_product` = 1428 AND pa.`id_product_attribute` = 2239 LIMIT 1 |
1517
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` = 2279) LIMIT 1 |
1510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1510
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` = 1422 AND pa.`id_product` = 1422 AND pa.`id_product_attribute` = 2221 LIMIT 1 |
1508
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 |
1507
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 |
1503
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1439) AND (b.`id_shop` = 6) LIMIT 1 |
1501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
WHERE pa.`id_product_attribute` = 2263 LIMIT 1 |
1500
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` = 1444) |
1498
ms
|
3 |
|
|
/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` = 1432 |
1496
ms
|
3 |
|
|
/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` = 2475
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2475
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1492
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1442
AND pac.`id_product_attribute` = 2278
AND agl.`id_lang` = 2 |
1492
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` = 1422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1487
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` = 1432) |
1486
ms
|
3 |
|
|
/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 ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 6) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1485
ms
|
10 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
/modules/ps_facetedsearch/src/Filters/Converter.php:358<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2237
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1428 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2237
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1481
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` = 1444 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1480
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 = 0 LIMIT 1 |
1478
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1432) AND (id_product_attribute = 2246) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1476
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 = 1426) AND (id_product_attribute = 2477) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1475
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 |
1472
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` = 1417 AND pa.`id_product` = 1417 AND pa.`id_product_attribute` = 2206 LIMIT 1 |
1471
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 |
1471
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 |
1469
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1466
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` = 1432 AND pa.`id_product` = 1432 AND pa.`id_product_attribute` = 2247 LIMIT 1 |
1461
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` = 1422 |
1461
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
1460
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1426
AND pac.`id_product_attribute` = 2477
AND agl.`id_lang` = 2 |
1458
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` = 2)
WHERE i.`id_product` = 1428
ORDER BY `position` |
1456
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 |
1455
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1432 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1454
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` = 1426) |
1448
ms
|
3 |
|
|
/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` = 1439 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1439 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1443
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1438
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1442
ORDER BY `position` |
1425
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 2267) LIMIT 1 |
1422
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 (2266, 2267, 2265) AND il.`id_lang` = 2 ORDER by i.`position` |
1422
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 1428) |
1420
ms
|
3 |
|
|
/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 |
1419
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1450
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1415
ms
|
3 |
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` = 2279
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1442 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2279
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1414
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` = 2266 LIMIT 1 |
1413
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` = 1417) |
1412
ms
|
3 |
|
|
/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 (2250, 2251, 2249) AND il.`id_lang` = 2 ORDER by i.`position` |
1411
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 6)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 6
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.nleft, c.position |
1410
ms
|
143 |
Yes
|
|
/classes/Category.php:718
/modules/ps_facetedsearch/src/Filters/Block.php:851<br>/modules/ps_facetedsearch/src/Filters/Block.php:140<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
1409
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
1405
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1405
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1399
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_state` a
WHERE (a.`id_state` = 387) LIMIT 1 |
1399
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1432 AND pa.`id_product` = 1432 AND pa.`id_product_attribute` = 2245 LIMIT 1 |
1398
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` = 2)
WHERE i.`id_product` = 1422
ORDER BY `position` |
1397
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1442
ORDER BY f.position ASC |
1397
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 1417 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1396
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` = 2)
WHERE i.`id_product` = 1433
ORDER BY `position` |
1394
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 = 2 AND id_category = 105 LIMIT 1 |
1391
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 = 2 AND id_category = 105 LIMIT 1 |
1388
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` = 1438 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1382
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_state` a
WHERE (a.`id_state` = 370) LIMIT 1 |
1381
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 2)
WHERE i.`id_product` = 1428
ORDER BY `position` |
1376
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 a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1428
AND pac.`id_product_attribute` = 2238
AND agl.`id_lang` = 2 |
1375
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` = 2)
WHERE i.`id_product` = 1456
ORDER BY `position` |
1375
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 2237) LIMIT 1 |
1364
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` = 2238) LIMIT 1 |
1362
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 = 1417) AND (id_product_attribute = 2205) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1360
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` = 1426 AND pa.`id_product` = 1426 AND pa.`id_product_attribute` = 2476 LIMIT 1 |
1358
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 |
1353
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` = 1428
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1351
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1349
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` = 1448 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1448 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1345
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` = 1432 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1344
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` = 1456 AND pa.`id_product` = 1456 AND pa.`id_product_attribute` = 2319 LIMIT 1 |
1344
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` = 2223 LIMIT 1 |
1339
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` = 1439 |
1338
ms
|
3 |
|
|
/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` = 2231
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1425 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2231
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1425 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1337
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` = 2205 LIMIT 1 |
1332
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_category` FROM `ps_category_product`
WHERE `id_product` = 1448 |
1327
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 |
1327
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` = 1428 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1324
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` = 2285) LIMIT 1 |
1321
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` = 1456 AND pa.`id_product` = 1456 AND pa.`id_product_attribute` = 2317 LIMIT 1 |
1319
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 |
1318
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2476, 2477, 2475) AND il.`id_lang` = 2 ORDER by i.`position` |
1316
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 |
1312
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` = 1456 AND `id_shop` = 6 |
1311
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1307
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.`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` = 1428 AND pa.`id_product` = 1428 AND pa.`id_product_attribute` = 2238 LIMIT 1 |
1304
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 (2238, 2239, 2237) AND il.`id_lang` = 2 ORDER by i.`position` |
1303
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 |
1299
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1433) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1299
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 |
1294
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1285
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 = 1417) AND (id_product_attribute = 2207) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1283
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1433 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1283
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 |
1281
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` = 1425 |
1281
ms
|
3 |
|
|
/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` = 2251
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1433 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2251
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1281
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 |
1281
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 |
1280
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1275
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 |
1273
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` = 1450 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1450 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1272
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1444) AND (b.`id_shop` = 6) LIMIT 1 |
1267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1417
AND pac.`id_product_attribute` = 2207
AND agl.`id_lang` = 2 |
1266
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 (2294, 2295, 2293) AND il.`id_lang` = 2 ORDER by i.`position` |
1265
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1264
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 = 1448) AND (id_product_attribute = 2293) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1264
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 = 2 AND id_category = 105 LIMIT 1 |
1256
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` = 2)
WHERE i.`id_product` = 1422
ORDER BY `position` |
1254
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1425
ORDER BY `position` |
1249
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` = 1461) LIMIT 1 |
1249
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 = 1439 LIMIT 1 |
1247
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 |
1245
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
|
SHOW TABLES LIKE 'ps_tnwuandmg' |
1245
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 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` = 1417 AND pa.`id_product` = 1417 AND pa.`id_product_attribute` = 2207 LIMIT 1 |
1241
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 6
AND cl.`id_category` = 105 LIMIT 1 |
1240
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1461) AND (id_product_attribute = 2339) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1237
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 |
1235
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) |
1228
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` = 1433 AND id_shop=6 LIMIT 1 |
1225
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 |
1225
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 = 1439) AND (id_product_attribute = 2265) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1221
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1215
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1444 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1210
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 = 1432) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1207
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 = 2 AND id_category = 105 LIMIT 1 |
1206
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
1206
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1426) AND (b.`id_shop` = 6) LIMIT 1 |
1205
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` = 1428 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1205
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 |
1204
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` = 2207
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1417 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2207
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1417 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1204
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 = 1456) AND (id_product_attribute = 2319) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1202
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 (2238, 2239, 2237) AND il.`id_lang` = 2 ORDER by i.`position` |
1200
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` = 2238
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1428 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2238
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1199
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 |
1198
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` = 1417 AND id_shop=6 LIMIT 1 |
1198
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 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 |
1194
ms
|
142 |
|
|
/classes/module/Module.php:340
/modules/tfjardinage/tfjardinage.php:50<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:286<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2245
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1432 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2245
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1192
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 |
1185
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 = 1456) AND (id_product_attribute = 2317) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1181
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1444 AND id_shop=6 LIMIT 1 |
1179
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` = 2)
WHERE i.`id_product` = 1426
ORDER BY `position` |
1179
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` = 1439 AND `id_group` = 1 LIMIT 1 |
1177
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1439
AND pac.`id_product_attribute` = 2265
AND agl.`id_lang` = 2 |
1176
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` = 1426 AND id_shop=6 LIMIT 1 |
1175
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 |
1171
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 |
1169
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 = "actionFrontControllerInitAfter") LIMIT 1 |
1167
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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1442
ORDER BY `position` |
1166
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` = 1433 |
1163
ms
|
3 |
|
|
/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 |
1162
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1444) AND (id_product_attribute = 2287) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1160
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 = 1444) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1156
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` = 1442 AND pa.`id_product` = 1442 AND pa.`id_product_attribute` = 2278 LIMIT 1 |
1155
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 |
1153
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 |
1152
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` = 2287 LIMIT 1 |
1150
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 2206) LIMIT 1 |
1149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
1149
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1442 |
1148
ms
|
3 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1438
AND pac.`id_product_attribute` = 2263
AND agl.`id_lang` = 2 |
1148
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 2277) LIMIT 1 |
1148
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 |
1147
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 = 1426) AND (id_product_attribute = 2475) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1146
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1139
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 = 1444) AND (id_product_attribute = 2286) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1138
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
1136
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 = 1433) AND (id_product_attribute = 2249) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1128
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` = 2207 LIMIT 1 |
1127
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` = 1442 |
1127
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
1125
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` = 2)
WHERE i.`id_product` = 1432
ORDER BY `position` |
1122
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 |
1121
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` = 2318
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1456 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2318
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1117
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
1117
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` = 1450
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1117
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1428) AND (id_product_attribute = 2239) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1112
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 (2266, 2267, 2265) AND il.`id_lang` = 2 ORDER by i.`position` |
1111
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` = 1422
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1110
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1433
ORDER BY `position` |
1109
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 a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1422
AND pac.`id_product_attribute` = 2223
AND agl.`id_lang` = 2 |
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 *
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` = 2207) LIMIT 1 |
1107
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 |
1105
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 413) LIMIT 1 |
1103
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
1102
ms
|
142 |
|
|
/classes/module/Module.php:340
/modules/tfabonnementfloral/tfabonnementfloral.php:54<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1422
ORDER BY f.position ASC |
1101
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_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 |
1100
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` = 2237 LIMIT 1 |
1099
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 |
1095
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
1095
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Block.php:702<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<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` = 2265 LIMIT 1 |
1095
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 |
1093
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
1089
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_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` = 2239) LIMIT 1 |
1088
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1086
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1086
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` = 2246) LIMIT 1 |
1084
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) |
1083
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` = 1461 AND `id_shop` = 6 |
1081
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2278, 2279, 2277) AND il.`id_lang` = 2 ORDER by i.`position` |
1076
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` = 1425 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1425 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1075
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` = 1442 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1069
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1422) AND (id_product_attribute = 2223) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1067
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 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 |
1067
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3913<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
1065
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1425
ORDER BY f.position ASC |
1065
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1428) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1065
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` = 1439) |
1065
ms
|
3 |
|
|
/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 (2278, 2279, 2277) AND il.`id_lang` = 2 ORDER by i.`position` |
1061
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1417) AND (b.`id_shop` = 6) LIMIT 1 |
1057
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 |
1056
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1444
ORDER BY f.position ASC |
1056
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
1056
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 6) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6) WHERE p.`id_product` = 1426 AND pa.`id_product` = 1426 AND pa.`id_product_attribute` = 2475 LIMIT 1 |
1055
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2317
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1456 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2317
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1055
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 |
1053
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.`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` = 1450 AND pa.`id_product` = 1450 AND pa.`id_product_attribute` = 2444 LIMIT 1 |
1052
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 = 1428) AND (id_product_attribute = 2238) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
1050
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 2222) LIMIT 1 |
1049
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 a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1425
AND pac.`id_product_attribute` = 2231
AND agl.`id_lang` = 2 |
1043
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 (2246, 2247, 2245) AND il.`id_lang` = 2 ORDER by i.`position` |
1042
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` = 2262 LIMIT 1 |
1038
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.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1433
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1038
ms
|
3 |
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
1037
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 FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
1034
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` = 1448) LIMIT 1 |
1031
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 |
1031
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 |
1029
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 |
1024
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` = 1433) |
1014
ms
|
3 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1439
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1013
ms
|
3 |
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 = 2 AND id_category = 105 LIMIT 1 |
1007
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` = 1438 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1005
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 |
1000
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 |
1000
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_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` = 2221) LIMIT 1 |
1000
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1448 |
1000
ms
|
3 |
|
|
/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` = 1417 AND `id_shop` = 6 |
997
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
997
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 |
997
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` = 1439 AND pa.`id_product` = 1439 AND pa.`id_product_attribute` = 2265 LIMIT 1 |
997
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 1439
AND image_shop.`cover` = 1 LIMIT 1 |
993
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2278, 2279, 2277) AND il.`id_lang` = 2 ORDER by i.`position` |
992
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 |
992
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1422
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
989
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
989
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1438
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
989
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1448
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
986
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1438 |
984
ms
|
3 |
|
|
/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 |
983
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
981
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1432
AND pac.`id_product_attribute` = 2245
AND agl.`id_lang` = 2 |
980
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1442
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
979
ms
|
3 |
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 location
FROM `ps_stock_available`
WHERE (id_product = 1428) AND (id_product_attribute = 2238) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
973
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` = 386) LIMIT 1 |
973
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND id_category = 105 LIMIT 1 |
971
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 |
967
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 = 1450 LIMIT 1 |
961
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 = 1457) AND (id_product_attribute = 2321) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
959
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
958
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1444 |
956
ms
|
3 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1433 |
955
ms
|
3 |
|
|
/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 |
952
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 (2262, 2263, 2261) AND il.`id_lang` = 2 ORDER by i.`position` |
949
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1439 |
948
ms
|
3 |
|
|
/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` = 2287) LIMIT 1 |
943
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 `to` BETWEEN '2025-09-18 00:00:00' AND '2025-09-18 23:59:59' LIMIT 1 |
936
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 FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
936
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1417 |
935
ms
|
3 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:247<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1422 |
934
ms
|
3 |
|
|
/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` = 2231) LIMIT 1 |
934
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.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) 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) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 6) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
933
ms
|
7 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
/modules/ps_facetedsearch/src/Filters/Block.php:589<br>/modules/ps_facetedsearch/src/Filters/Block.php:132<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
931
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1417 |
931
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1428
AND pac.`id_product_attribute` = 2239
AND agl.`id_lang` = 2 |
929
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 |
924
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` = 1450 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1450 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
924
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1425 |
921
ms
|
3 |
|
|
/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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1433
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
920
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1417
ORDER BY f.position ASC |
920
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 229, 4, 0) + IF (`id_currency` = 5, 8, 0) + IF (`id_shop` = 6, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 6) AND
`id_currency` IN (0, 5) AND
`id_country` IN (0, 229) AND
`id_group` IN (0, 1) AND `id_product` = 1426 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
918
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` = 1433 |
917
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
917
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
917
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (2222, 2223, 2221) AND il.`id_lang` = 2 ORDER by i.`position` |
916
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 v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC |
915
ms
|
92 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
/modules/ps_facetedsearch/src/Filters/Block.php:726<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1428 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1428 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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
911
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) |
910
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 ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 6) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
908
ms
|
10 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
/modules/ps_facetedsearch/src/Filters/Converter.php:358<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 6)
WHERE pa.`id_product` = 1450 |
906
ms
|
3 |
|
|
/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 |
905
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` = 1442 AND pa.`id_product` = 1442 AND pa.`id_product_attribute` = 2277 LIMIT 1 |
904
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 |
904
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 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
|
142 |
|
|
/classes/module/Module.php:340
/modules/tfwholesales/tfwholesales.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1422 |
901
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1442) AND (b.`id_shop` = 6) LIMIT 1 |
900
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 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` = 1448) |
896
ms
|
3 |
|
|
/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) |
895
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
888
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 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 |
888
ms
|
142 |
|
|
/classes/module/Module.php:340
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:43<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 2279 LIMIT 1 |
888
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 |
886
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 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` = 1422) |
886
ms
|
3 |
|
|
/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` = 2278) LIMIT 1 |
885
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_shop_url
WHERE active = 1
AND id_shop = 5 |
883
ms
|
1 |
|
|
/classes/shop/Shop.php:585
/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1461 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
883
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 |
883
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-09-18 00:00:00' AND '2025-09-18 23:59:59' LIMIT 1 |
879
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_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` = 2319) LIMIT 1 |
876
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` = 1438) |
876
ms
|
3 |
|
|
/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 = 2 AND id_category = 105 LIMIT 1 |
874
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` = 2278 LIMIT 1 |
873
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1428
AND pac.`id_product_attribute` = 2237
AND agl.`id_lang` = 2 |
872
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` = 1457 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
872
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` = 391) LIMIT 1 |
870
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND id_category = 105 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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
869
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 |
868
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_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` = 2245) LIMIT 1 |
865
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
865
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( 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` = 1442 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
865
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
859
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` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
858
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Block.php:702<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<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 location
FROM `ps_stock_available`
WHERE (id_product = 1428) AND (id_product_attribute = 2237) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
857
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
857
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2293
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1448 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2293
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1448 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
856
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
856
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
856
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.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 105) LIMIT 1 |
854
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 1444 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
851
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` = 1425 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1425 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
850
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1439
ORDER BY `position` |
849
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 DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
849
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Block.php:702<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1450
AND pac.`id_product_attribute` = 2444
AND agl.`id_lang` = 2 |
848
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` = 1428
AND image_shop.`cover` = 1 LIMIT 1 |
846
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` = 1422 |
846
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 (2206, 2207, 2205) AND il.`id_lang` = 2 ORDER by i.`position` |
845
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` = 2206
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1417 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2206
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1417 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
845
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1450
AND pac.`id_product_attribute` = 2442
AND agl.`id_lang` = 2 |
841
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` = 1439 AND pa.`id_product` = 1439 AND pa.`id_product_attribute` = 2266 LIMIT 1 |
841
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
836
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` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
835
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Block.php:702<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<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` = 1438 |
831
ms
|
3 |
|
|
/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 = 1456) AND (id_product_attribute = 2319) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
827
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1457
AND pac.`id_product_attribute` = 2323
AND agl.`id_lang` = 2 |
823
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 = 1433) AND (id_product_attribute = 2251) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
823
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
820
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1457
ORDER BY f.position ASC |
819
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
819
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` = 1433 AND pa.`id_product` = 1433 AND pa.`id_product_attribute` = 2250 LIMIT 1 |
818
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 = 1444 LIMIT 1 |
816
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1438
AND pac.`id_product_attribute` = 2262
AND agl.`id_lang` = 2 |
813
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) |
813
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
811
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` = 1448 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1448 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
809
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
809
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
807
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
807
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:242<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
804
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 |
804
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 |
803
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 1417
AND image_shop.`cover` = 1 LIMIT 1 |
802
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` = 1425 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 1425 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
801
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` = 1457) LIMIT 1 |
801
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
800
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
799
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` = 1422 AND id_shop=6 LIMIT 1 |
799
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 (2222, 2223, 2221) AND il.`id_lang` = 2 ORDER by i.`position` |
797
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` = 1442) LIMIT 1 |
797
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 = 1422) AND (id_product_attribute = 2221) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
795
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
794
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 |
794
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
793
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 |
792
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` = 1442 |
789
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1439
ORDER BY f.position ASC |
788
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1433 AND `id_group` = 1 LIMIT 1 |
786
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 |
784
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 = 2 AND id_category = 105 LIMIT 1 |
784
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
782
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` = 1444
AND image_shop.`cover` = 1 LIMIT 1 |
781
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 |
778
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` = 2267 LIMIT 1 |
777
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2321
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1457 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2321
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
774
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` = 2339
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1461 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2339
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
774
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1448
ORDER BY f.position ASC |
771
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 2247 LIMIT 1 |
771
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 |
767
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1444
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
765
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1442) AND (id_product_attribute = 2279) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
764
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 |
762
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 = 1457) AND (id_product_attribute = 2323) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
760
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 = 1425) AND (id_product_attribute = 2229) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
758
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
757
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 |
755
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` = 1432 |
755
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` = 1457 |
754
ms
|
3 |
|
|
/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) |
753
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1438
ORDER BY f.position ASC |
749
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_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 |
748
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_category` FROM `ps_category_product`
WHERE `id_product` = 1442 |
748
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
747
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` = 1422
AND image_shop.`cover` = 1 LIMIT 1 |
745
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
741
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
739
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` = 2229
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1425 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2229
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1425 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
738
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 v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
738
ms
|
92 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
/modules/ps_facetedsearch/src/Filters/Block.php:726<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
736
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 (2318, 2319, 2317) AND il.`id_lang` = 2 ORDER by i.`position` |
735
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` = 2261
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1438 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2261
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
734
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
733
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 = 2
AND hook = 'left' AND active = 1
ORDER BY item_order ASC |
731
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
731
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
730
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 6)
WHERE pf.id_product = 1461
ORDER BY f.position ASC |
728
ms
|
12 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1432
ORDER BY `position` |
725
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_hook`
WHERE `id_hook` = 699 LIMIT 1 |
725
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
724
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` = 1433
AND image_shop.`cover` = 1 LIMIT 1 |
723
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 385) LIMIT 1 |
720
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND id_category = 105 LIMIT 1 |
719
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1439 AND id_shop=6 LIMIT 1 |
719
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 = 1456) AND (id_product_attribute = 2317) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
718
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
717
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1444
AND pac.`id_product_attribute` = 2287
AND agl.`id_lang` = 2 |
716
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` = 1426 AND `id_group` = 1 LIMIT 1 |
715
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 = 1428 LIMIT 1 |
715
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1442) AND (id_product_attribute = 2278) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
713
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 |
713
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 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 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 (2286, 2287, 2285) AND il.`id_lang` = 2 ORDER by i.`position` |
711
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` = 2286
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1444 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2286
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
711
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
710
ms
|
92 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
/modules/ps_facetedsearch/src/Filters/Converter.php:347<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_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
710
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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 |
708
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
705
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 |
704
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2206, 2207, 2205) AND il.`id_lang` = 2 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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1428 AND `id_group` = 1 LIMIT 1 |
704
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` = 1438 |
700
ms
|
3 |
|
|
/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) |
700
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1457) AND (b.`id_shop` = 6) LIMIT 1 |
698
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
692
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 = 1438) AND (id_product_attribute = 2262) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
692
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) |
691
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 |
690
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` = 1438
AND image_shop.`cover` = 1 LIMIT 1 |
690
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` = 1432
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
689
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
688
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_state` a
WHERE (a.`id_state` = 732) LIMIT 1 |
688
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
688
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 = 1456) AND (id_product_attribute = 2318) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
687
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1444
AND pac.`id_product_attribute` = 2285
AND agl.`id_lang` = 2 |
686
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
685
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
684
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 = 1432) AND (id_product_attribute = 2245) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
683
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
683
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` s
WHERE (s.id_country = 151) |
682
ms
|
14 |
|
|
/classes/State.php:232
/modules/configtunisiefleurs/classes/ShopCountries.php:43<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
680
ms
|
92 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
/modules/ps_facetedsearch/src/Filters/Converter.php:347<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
679
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1438) AND (id_product_attribute = 2263) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
678
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 = 1461) AND (id_product_attribute = 2338) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
678
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 |
678
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) |
677
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1450) AND (b.`id_shop` = 6) LIMIT 1 |
677
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
674
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1439
AND pac.`id_product_attribute` = 2266
AND agl.`id_lang` = 2 |
673
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1456
AND pac.`id_product_attribute` = 2318
AND agl.`id_lang` = 2 |
671
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1456
AND pac.`id_product_attribute` = 2317
AND agl.`id_lang` = 2 |
670
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
669
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1438) LIMIT 1 |
669
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1444
ORDER BY `position` |
667
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
667
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
667
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1444
AND pac.`id_product_attribute` = 2286
AND agl.`id_lang` = 2 |
667
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 l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
664
ms
|
35 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
660
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 |
660
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` = 506) LIMIT 1 |
660
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
659
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` = 1426
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
659
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 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 (2322, 2323, 2321) AND il.`id_lang` = 2 ORDER by i.`position` |
658
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1425
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 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 |
657
ms
|
24 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
656
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 2230) LIMIT 1 |
654
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` = 1448 |
654
ms
|
3 |
|
|
/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` = 1442 AND pa.`id_product` = 1442 AND pa.`id_product_attribute` = 2279 LIMIT 1 |
653
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 v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC |
646
ms
|
92 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
/modules/ps_facetedsearch/src/Filters/Converter.php:347<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1448) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
643
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
642
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) |
642
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
640
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1428) LIMIT 1 |
640
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` = 2339) LIMIT 1 |
639
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1444) AND (id_product_attribute = 2286) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
637
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 |
634
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 |
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 *
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` = 2477) LIMIT 1 |
631
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` = 2476) LIMIT 1 |
630
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
629
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1448
AND pac.`id_product_attribute` = 2294
AND agl.`id_lang` = 2 |
628
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1448
AND pac.`id_product_attribute` = 2293
AND agl.`id_lang` = 2 |
628
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
627
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 v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 4 ORDER BY vl.`value` ASC |
626
ms
|
7 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
/modules/ps_facetedsearch/src/Filters/Block.php:726<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1433) LIMIT 1 |
626
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
626
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
625
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1448
AND pac.`id_product_attribute` = 2295
AND agl.`id_lang` = 2 |
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
621
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
619
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1432
AND pac.`id_product_attribute` = 2247
AND agl.`id_lang` = 2 |
619
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
617
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
615
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1457
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
610
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 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` = 1448 AND pa.`id_product` = 1448 AND pa.`id_product_attribute` = 2294 LIMIT 1 |
609
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1425
AND pac.`id_product_attribute` = 2229
AND agl.`id_lang` = 2 |
608
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` = 2)
WHERE i.`id_product` = 1425
ORDER BY `position` |
607
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
606
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
605
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1428) AND (b.`id_shop` = 6) LIMIT 1 |
604
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
602
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 505) LIMIT 1 |
600
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1425) LIMIT 1 |
600
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1438
AND pac.`id_product_attribute` = 2261
AND agl.`id_lang` = 2 |
599
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` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 4) LIMIT 1 |
599
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
598
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_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` = 2223) LIMIT 1 |
598
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
597
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
595
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 |
592
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
592
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_state` a
WHERE (a.`id_state` = 388) LIMIT 1 |
591
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 2249 LIMIT 1 |
590
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_angarbanners`
WHERE id_shop = 6 AND id_lang = 2
AND hook = 'header' AND active = 1
ORDER BY item_order ASC |
589
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
589
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 |
588
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
587
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1461
AND pac.`id_product_attribute` = 2339
AND agl.`id_lang` = 2 |
587
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_angarbanners`
WHERE id_shop = 6 AND id_lang = 2
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
587
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
585
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 2239 LIMIT 1 |
585
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 |
583
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
583
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
581
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1450
ORDER BY `position` |
581
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 |
580
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` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 6)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1439
AND pac.`id_product_attribute` = 2267
AND agl.`id_lang` = 2 |
580
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
580
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
578
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
577
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 392) LIMIT 1 |
576
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
576
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
575
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
574
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
574
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 6
AND cl.`id_category` = 105 LIMIT 1 |
574
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:5613<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
571
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
569
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1426) LIMIT 1 |
568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
567
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
567
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
566
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` = 1461 AND id_shop=6 LIMIT 1 |
566
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 |
565
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 v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 12 ORDER BY vl.`value` ASC |
564
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
/modules/ps_facetedsearch/src/Filters/Block.php:726<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<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` = 2206 LIMIT 1 |
564
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
564
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
564
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
564
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 |
562
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) |
560
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 6
WHERE (a.`id_product` = 1439) LIMIT 1 |
560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 1448 AND pa.`id_product` = 1448 AND pa.`id_product_attribute` = 2293 LIMIT 1 |
559
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
559
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
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_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 |
558
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 |
558
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
557
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 = 1461) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
557
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 |
557
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` = 1417 |
557
ms
|
3 |
|
|
/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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
556
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (2230, 2231, 2229) AND il.`id_lang` = 2 ORDER by i.`position` |
554
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
553
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
552
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1442 |
552
ms
|
3 |
|
|
/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` = 1450 AND `id_shop` = 6 |
551
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` = 1450) LIMIT 1 |
544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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` = 2444) LIMIT 1 |
543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 379) LIMIT 1 |
542
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 3 LIMIT 1 |
542
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` = 2261) LIMIT 1 |
542
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 (2476, 2477, 2475) AND il.`id_lang` = 2 ORDER by i.`position` |
542
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
542
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 1444 AND pa.`id_product` = 1444 AND pa.`id_product_attribute` = 2285 LIMIT 1 |
539
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` = 1433 AND `id_shop` = 6 |
539
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` = 2238 LIMIT 1 |
539
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 |
539
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
539
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 (2476, 2477, 2475) AND il.`id_lang` = 2 ORDER by i.`position` |
538
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 1425) |
538
ms
|
3 |
|
|
/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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
537
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
537
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` = 1456
AND image_shop.`cover` = 1 LIMIT 1 |
536
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 |
536
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1442) AND (id_product_attribute = 2277) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
536
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` = 2)
WHERE i.`id_product` = 1448
ORDER BY `position` |
535
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1417 |
535
ms
|
3 |
|
|
/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 = 1426) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
534
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1425 |
532
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1426 |
531
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 6)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 6)
WHERE (p.`id_product` = 1442) |
530
ms
|
3 |
|
|
/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) |
527
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
527
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 394) LIMIT 1 |
526
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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_lang`
WHERE `id_currency` = 5 |
526
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
526
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` = 1444) LIMIT 1 |
525
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1448
ORDER BY `position` |
524
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1457
ORDER BY `position` |
524
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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 |
524
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1432 AND id_shop=6 LIMIT 1 |
523
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` = 1461 AND pa.`id_product` = 1461 AND pa.`id_product_attribute` = 2339 LIMIT 1 |
523
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
522
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 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 *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
520
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 = 1457) AND (id_product_attribute = 2322) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
518
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
518
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
517
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1426
ORDER BY `position` |
517
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1461
ORDER BY `position` |
516
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` = 1456 |
515
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1428 |
515
ms
|
3 |
|
|
/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` = 2)
WHERE i.`id_product` = 1448
ORDER BY `position` |
514
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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 |
514
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 = 1442) AND (id_product_attribute = 2277) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
512
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1428 |
511
ms
|
3 |
|
|
/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 = 1448) AND (id_product_attribute = 2295) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
509
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 (2294, 2295, 2293) AND il.`id_lang` = 2 ORDER by i.`position` |
508
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 = 1417 LIMIT 1 |
508
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` = 1428 |
508
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) |
507
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 |
507
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1450
ORDER BY `position` |
507
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_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 |
506
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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1438
ORDER BY `position` |
502
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
502
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 (2318, 2319, 2317) AND il.`id_lang` = 2 ORDER by i.`position` |
502
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` = 2322) LIMIT 1 |
500
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 = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
499
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1461) AND (id_product_attribute = 2337) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
498
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 |
497
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1461
ORDER BY `position` |
496
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 (2246, 2247, 2245) AND il.`id_lang` = 2 ORDER by i.`position` |
495
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 |
494
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
494
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
490
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/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 |
490
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/ee/fc/1f/eefc1f4e06ee2bb74b7aaeecab79f51b25735013_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/ee/fc/1f/eefc1f4e06ee2bb74b7aaeecab79f51b25735013_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1417
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
490
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1461
ORDER BY `position` |
489
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_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 |
488
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 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 (2206, 2207, 2205) AND il.`id_lang` = 2 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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
487
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 |
487
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_state` a
WHERE (a.`id_state` = 393) LIMIT 1 |
485
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
485
ms
|
7 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Converter.php:253
/modules/ps_facetedsearch/src/Product/SearchProvider.php:126<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 2 AND cl.id_shop = 6
WHERE (c.nleft <= 163 AND c.nright >= 164)
ORDER BY c.nleft |
484
ms
|
143 |
Yes
|
|
/classes/Product.php:7746
/modules/tfwholesales/tfwholesales.php:1313<br>/modules/tfwholesales/tfwholesales.php:276<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:341<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
482
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` = 1417 AND pa.`id_product` = 1417 AND pa.`id_product_attribute` = 2205 LIMIT 1 |
482
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` = 1417 |
481
ms
|
3 |
|
|
/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_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-tfwholesales-wholesalesexpress"
OR m.page = "moduletfwholesaleswholesalesexpress"
)
AND ml.id_lang = 2
AND ml.id_shop = 6 LIMIT 1 |
481
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 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` = 1444 AND pa.`id_product` = 1444 AND pa.`id_product_attribute` = 2287 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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
479
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 (2230, 2231, 2229) AND il.`id_lang` = 2 ORDER by i.`position` |
478
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1461 |
477
ms
|
3 |
|
|
/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 (2266, 2267, 2265) AND il.`id_lang` = 2 ORDER by i.`position` |
475
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` = 1425
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
475
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_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` = 2293) LIMIT 1 |
475
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` = 1457 AND pa.`id_product` = 1457 AND pa.`id_product_attribute` = 2322 LIMIT 1 |
474
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 |
473
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (2250, 2251, 2249) AND il.`id_lang` = 2 ORDER by i.`position` |
473
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` = 1456
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
470
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 402) LIMIT 1 |
470
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
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 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 (2222, 2223, 2221) AND il.`id_lang` = 2 ORDER by i.`position` |
468
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 |
467
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 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 |
466
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 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 |
465
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 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` = 1438 AND pa.`id_product` = 1438 AND pa.`id_product_attribute` = 2261 LIMIT 1 |
463
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 6)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
462
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/override/classes/Currency.php:7<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:426<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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` = 2475) LIMIT 1 |
462
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 |
462
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 (2230, 2231, 2229) AND il.`id_lang` = 2 ORDER by i.`position` |
461
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` = 1457 AND pa.`id_product` = 1457 AND pa.`id_product_attribute` = 2323 LIMIT 1 |
461
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 |
459
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 (2262, 2263, 2261) AND il.`id_lang` = 2 ORDER by i.`position` |
459
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 |
458
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_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` = 2266) LIMIT 1 |
457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
457
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 (2318, 2319, 2317) AND il.`id_lang` = 2 ORDER by i.`position` |
457
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` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 6) LIMIT 1 |
456
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
456
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` = 2442) 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 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 (2246, 2247, 2245) AND il.`id_lang` = 2 ORDER by i.`position` |
453
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 location
FROM `ps_stock_available`
WHERE (id_product = 1417) AND (id_product_attribute = 2206) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
453
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 (2262, 2263, 2261) AND il.`id_lang` = 2 ORDER by i.`position` |
453
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_hook_module_exceptions`
WHERE `id_shop` IN (6) |
453
ms
|
83 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:881<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
452
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` = 1448 AND pa.`id_product` = 1448 AND pa.`id_product_attribute` = 2295 LIMIT 1 |
451
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` = 1461 AND pa.`id_product` = 1461 AND pa.`id_product_attribute` = 2338 LIMIT 1 |
450
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 396) LIMIT 1 |
449
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 15 LIMIT 1 |
449
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
448
ms
|
7 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Block.php:108
/modules/ps_facetedsearch/src/Product/SearchProvider.php:201<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:213<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` s
WHERE (s.id_country = 38) |
447
ms
|
38 |
|
|
/classes/State.php:232
/modules/configtunisiefleurs/classes/ShopCountries.php:43<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1432) AND (id_product_attribute = 2247) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
447
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_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 |
446
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` = 1433 |
445
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
444
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` = 1425 AND pa.`id_product` = 1425 AND pa.`id_product_attribute` = 2229 LIMIT 1 |
442
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 (2322, 2323, 2321) AND il.`id_lang` = 2 ORDER by i.`position` |
439
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` = 1442
AND image_shop.`cover` = 1 LIMIT 1 |
439
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` = 1457
AND image_shop.`cover` = 1 LIMIT 1 |
438
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` = 1461
AND image_shop.`cover` = 1 LIMIT 1 |
437
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 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 |
437
ms
|
12 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1425) AND (id_product_attribute = 2231) 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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
435
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1432 AND `id_shop` = 6 |
434
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 2205) LIMIT 1 |
433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 8) LIMIT 1 |
429
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` = 2286) LIMIT 1 |
429
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 |
429
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 6)
WHERE i.`id_product` = 1425
AND image_shop.`cover` = 1 LIMIT 1 |
428
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_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 6
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 6) LIMIT 1 |
428
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
427
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` = 1461 AND pa.`id_product` = 1461 AND pa.`id_product_attribute` = 2337 LIMIT 1 |
427
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` = 2321) LIMIT 1 |
426
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` = 1448 AND `id_shop` = 6 |
425
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 6
WHERE (a.`id_product_attribute` = 2247) LIMIT 1 |
424
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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
423
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 395) LIMIT 1 |
422
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 2249) LIMIT 1 |
421
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 = "actionProductSearchProviderRunQueryBefore") LIMIT 1 |
421
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 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 (2286, 2287, 2285) AND il.`id_lang` = 2 ORDER by i.`position` |
418
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 9) LIMIT 1 |
418
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 2) LIMIT 1 |
418
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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` = 2323) LIMIT 1 |
417
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 = 1425 LIMIT 1 |
417
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` = 2265) LIMIT 1 |
417
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` = 1426
AND image_shop.`cover` = 1 LIMIT 1 |
417
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2338, 2339, 2337) AND il.`id_lang` = 2 ORDER by i.`position` |
416
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` = 2229) LIMIT 1 |
414
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` = 2262) LIMIT 1 |
413
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 (2338, 2339, 2337) AND il.`id_lang` = 2 ORDER by i.`position` |
413
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 (2338, 2339, 2337) AND il.`id_lang` = 2 ORDER by i.`position` |
412
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 ORDER BY `iso_code` ASC |
409
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 *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 1) LIMIT 1 |
409
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` = 2443) LIMIT 1 |
409
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) |
408
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:1233<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
408
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 value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
407
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 383) LIMIT 1 |
407
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
406
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 2443 LIMIT 1 |
406
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` = 1442 AND `id_shop` = 6 |
406
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 6) LIMIT 1 |
405
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_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 6
WHERE (a.`id_country` = 229) LIMIT 1 |
405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/paypal/paypal.php:351<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 5) LIMIT 1 |
404
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 image_shop.`id_image`
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` = 1432
AND image_shop.`cover` = 1 LIMIT 1 |
403
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
402
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
401
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` = 1439 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 *
FROM `ps_product_lang`
WHERE `id_product` = 1444 AND `id_shop` = 6 |
398
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
398
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
398
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 2286 LIMIT 1 |
397
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 |
397
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 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 |
396
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = "displayBanner") LIMIT 1 |
396
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
396
ms
|
12 |
|
|
/classes/shop/Shop.php:1172
/classes/Configuration.php:220<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 502) LIMIT 1 |
395
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
395
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_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` = 2338) LIMIT 1 |
395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_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` = 2318) LIMIT 1 |
393
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` = 2294) LIMIT 1 |
391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1438 AND `id_shop` = 6 |
391
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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` = 2263) LIMIT 1 |
390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_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 |
390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` s
WHERE (s.id_country = 208) |
390
ms
|
25 |
|
|
/classes/State.php:232
/modules/configtunisiefleurs/classes/ShopCountries.php:43<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1428 AND `id_shop` = 6 |
389
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 = "productSearchProvider") LIMIT 1 |
389
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:375<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:168<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1426 AND `id_shop` = 6 |
388
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 7) LIMIT 1 |
388
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_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` = 2323 LIMIT 1 |
388
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
386
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
385
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_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
384
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1625<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
383
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1438 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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
381
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_shop_url
WHERE active = 1
AND id_shop = 11 |
380
ms
|
1 |
|
|
/classes/shop/Shop.php:585
/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
380
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:262<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 6
WHERE (a.`id_currency` = 3) LIMIT 1 |
378
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
378
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 |
377
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`, `alias` FROM `ps_hook_alias` |
376
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
374
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 mc.*
FROM `ps_module_currency` mc
WHERE (mc.`id_module` = 123) AND (mc.`id_shop` = 6) |
373
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 *
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 |
372
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
372
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 |
369
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` = 2337) LIMIT 1 |
368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_shop_url
WHERE active = 1
AND id_shop = 1 |
365
ms
|
1 |
|
|
/classes/shop/Shop.php:585
/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1425 AND `id_shop` = 6 |
365
ms
|
7 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:246<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayAfterBodyOpeningTag") LIMIT 1 |
364
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
364
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
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` = 1450
AND image_shop.`cover` = 1 LIMIT 1 |
363
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 2319 LIMIT 1 |
361
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
361
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 data FROM ps_layered_filter_block WHERE hash="ed124090d284fa6220abce094d244fd8" LIMIT 1 |
360
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
358
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
357
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1432 |
357
ms
|
3 |
|
|
/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` = 2337 LIMIT 1 |
357
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 = 1456) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
356
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 |
353
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1439) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
353
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 = "actionControllerInitAfter") LIMIT 1 |
352
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 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` = 2229 LIMIT 1 |
352
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
352
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_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 |
351
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
351
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
350
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
350
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 |
350
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_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` = 2250 LIMIT 1 |
349
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` = 2318 LIMIT 1 |
349
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` = 2295 LIMIT 1 |
349
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 |
347
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
347
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 6) LIMIT 1 |
346
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_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 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
344
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` WHERE `name` = "ps_socialfollow" LIMIT 1 |
342
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = "actionDispatcherBefore") LIMIT 1 |
341
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1425) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
341
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 397) LIMIT 1 |
340
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1422 |
339
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 359) LIMIT 1 |
339
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
338
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
338
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 6
WHERE (a.`id_lang` = 2) LIMIT 1 |
337
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
337
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/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` = 2230 LIMIT 1 |
335
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
334
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` = 1456 |
334
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 2277 LIMIT 1 |
333
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1432 LIMIT 1 |
332
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1457) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
331
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` = 2221 LIMIT 1 |
331
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 |
330
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_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` = 2339 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 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 |
329
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_shop` a
WHERE (a.`id_shop` = 11) LIMIT 1 |
328
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1444 |
328
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
327
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 = 1450) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
327
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_group_wholesale_threshold` tfc
WHERE (tfc.id_group = 1 AND tfc.id_currency = 5) |
327
ms
|
96 |
|
|
/modules/tfwholesales/classes/TFWholeSaleThreshold.php:26
/modules/tfwholesales/controllers/front/wholesalesexpress.php:528<br>/classes/controller/FrontController.php:559<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1438) AND (id_product_attribute = 0) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
326
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1442 LIMIT 1 |
326
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1438) AND (id_product_attribute = 2261) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
326
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_tnwuandmg WHERE `active` = 1 |
325
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` = 25 AND `id_shop` = 6 |
324
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 1 FROM `ps_specific_price` WHERE id_product = 1461 LIMIT 1 |
323
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 29 AND `id_shop` = 6 LIMIT 1 |
323
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1439 |
322
ms
|
3 |
|
|
/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 |
321
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (6) LIMIT 1 |
321
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` = 2322 LIMIT 1 |
319
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_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
319
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 = 12
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
319
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
318
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 356) LIMIT 1 |
318
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1439) AND (id_product_attribute = 2265) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
317
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 |
317
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 368) LIMIT 1 |
317
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
316
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
316
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
316
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'DZD') LIMIT 1 |
316
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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
316
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 361) LIMIT 1 |
316
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND id_category = 105 LIMIT 1 |
315
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 = 1444) AND (id_product_attribute = 2285) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
315
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1448 AND id_shop=6 LIMIT 1 |
315
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 = "displayLeftColumn") LIMIT 1 |
315
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
315
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 = "moduleRoutes") LIMIT 1 |
315
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 active
FROM `ps_hook` h
WHERE (h.name = "displayContentWrapperBottom") LIMIT 1 |
314
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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
314
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` = 1438
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
313
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
313
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 = 2 AND id_category = 105 LIMIT 1 |
313
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1450) AND (id_product_attribute = 2443) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
313
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 = 1417) AND (id_product_attribute = 2205) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
313
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` = 2293 LIMIT 1 |
313
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1444 |
312
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
312
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
312
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1450 |
312
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 405) LIMIT 1 |
312
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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_tfgifts_media`
WHERE deletion_date < NOW() |
311
ms
|
1 |
|
|
/modules/tfgifts/tfgifts.php:444
/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayWrapperTop") LIMIT 1 |
310
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1450 |
310
ms
|
3 |
|
|
/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 = 1439) AND (id_product_attribute = 2266) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
310
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) |
310
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
310
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_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
310
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
310
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
309
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 = 1428) AND (id_product_attribute = 2237) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
309
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
308
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_shops_countries` sc
WHERE (id_shop_assoc = 6) |
308
ms
|
40 |
|
|
/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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1461 |
308
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
308
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
307
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 = "actionPresentProduct") LIMIT 1 |
306
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 13 LIMIT 1 |
306
ms
|
1 |
|
|
/classes/AddressFormat.php:671
/classes/AddressFormat.php:633<br>/classes/AddressFormat.php:618<br>/classes/AddressFormat.php:562<br>/override/classes/AddressFormat.php:9<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1643<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
306
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
306
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1425 |
306
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MAD') LIMIT 1 |
305
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
304
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 = 1426 LIMIT 1 |
304
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
304
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 = "displayFooterBefore") LIMIT 1 |
304
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
304
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 |
303
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` = 1432 |
303
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
303
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1448 LIMIT 1 |
303
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
303
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
303
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
302
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` = 15 LIMIT 1 |
301
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 = 1439) AND (id_product_attribute = 2267) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
301
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 |
301
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 357) LIMIT 1 |
301
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
300
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
300
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 11 LIMIT 1 |
300
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayTop") LIMIT 1 |
299
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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_group_lang`
WHERE `id_group` = 1 |
299
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 398) LIMIT 1 |
298
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1439) AND (id_product_attribute = 2266) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
298
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AED') LIMIT 1 |
298
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1439) AND (id_product_attribute = 2267) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
297
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) |
297
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 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 |
297
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/creditpayment/creditpayment.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
297
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1428 |
297
ms
|
3 |
|
|
/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 = "filterProductSearch") LIMIT 1 |
297
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 *
FROM `ps_state` a
WHERE (a.`id_state` = 414) LIMIT 1 |
296
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1457 AND id_shop=6 LIMIT 1 |
296
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1439
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
296
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 1 FROM `ps_specific_price` WHERE id_product = 1433 LIMIT 1 |
296
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1425 |
296
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
295
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 = 2 AND id_category = 105 LIMIT 1 |
295
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1457 |
295
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
295
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` = 14 LIMIT 1 |
295
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'XAF') LIMIT 1 |
294
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
294
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` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
294
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` = 1 LIMIT 1 |
294
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 = "actionFrontControllerInitBefore") LIMIT 1 |
293
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 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 |
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'TND') LIMIT 1 |
293
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_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
293
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 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 |
293
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1450 AND id_shop=6 LIMIT 1 |
292
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` = 1444 |
292
ms
|
3 |
|
|
/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 |
292
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 = "displayContentWrapperTop") LIMIT 1 |
292
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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1448 |
291
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 14 LIMIT 1 |
291
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_state` a
WHERE (a.`id_state` = 404) LIMIT 1 |
291
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
291
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 = 1457) AND (id_product_attribute = 2322) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
291
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
291
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1417) AND (id_product_attribute = 2207) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
290
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` = 365) LIMIT 1 |
290
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
290
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 |
290
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 5 LIMIT 1 |
290
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
290
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) |
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 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 |
290
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_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
289
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 362) LIMIT 1 |
289
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
289
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
289
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 `iso_code`
FROM `ps_country`
WHERE `id_country` = 229 LIMIT 1 |
288
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/classes/Link.php:997<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1625<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1438 |
288
ms
|
3 |
|
|
/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 = 1432) AND (id_product_attribute = 2247) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
288
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 5
AND id_shop = 6 LIMIT 1 |
288
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` = 1 LIMIT 1 |
288
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 |
288
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
287
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionFrontControllerSetMedia") LIMIT 1 |
287
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1417) AND (id_product_attribute = 2206) 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 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 |
287
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "overrideMinimalPurchasePrice") LIMIT 1 |
287
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 13 |
287
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
287
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
286
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1438) AND (id_product_attribute = 2263) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
286
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
286
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 |
286
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
286
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 = 2 AND id_category = 105 LIMIT 1 |
286
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 2476) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
285
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1442 AND id_shop=6 LIMIT 1 |
285
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 2
AND `id_country` = 38 LIMIT 1 |
285
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 9 LIMIT 1 |
285
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
285
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_state` a
WHERE (a.`id_state` = 390) LIMIT 1 |
285
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
285
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1450) AND (id_product_attribute = 2442) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
284
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 |
284
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
284
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
284
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) |
283
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
283
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1457) AND (id_product_attribute = 2323) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
283
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
283
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 2475) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
283
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
283
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1433) AND (id_product_attribute = 2249) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
282
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 = "actionControllerInitBefore") LIMIT 1 |
282
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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
282
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'QAR') LIMIT 1 |
282
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
282
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1422 LIMIT 1 |
281
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` = 3 LIMIT 1 |
281
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 = "overrideMinimalPurchasePrice") LIMIT 1 |
281
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1425 AND id_shop=6 LIMIT 1 |
281
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
281
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
281
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 = "displayFooterAfter") LIMIT 1 |
281
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
281
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1457) AND (id_product_attribute = 2321) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
281
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 366) LIMIT 1 |
280
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
280
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = "displayNavFullWidth") LIMIT 1 |
280
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1461
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
280
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionPresentProduct") LIMIT 1 |
280
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 = 1444) AND (id_product_attribute = 2287) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
279
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1457 |
279
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
279
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
278
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
278
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 |
278
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` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
278
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/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_state` a
WHERE (a.`id_state` = 498) LIMIT 1 |
278
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
278
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
278
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1286<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:69<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
278
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 197 AND h.`id_hook` = 899
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 15 LIMIT 1 |
277
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfadvancepayment/tfadvancepayment.php:49<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/override/classes/Cart.php:20<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
277
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 = 1432) AND (id_product_attribute = 2246) 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 *
FROM `ps_state` a
WHERE (a.`id_state` = 360) LIMIT 1 |
277
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
277
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
277
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` = 139) LIMIT 1 |
277
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
277
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
276
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_state` a
WHERE (a.`id_state` = 384) LIMIT 1 |
276
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
276
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 = 1442) AND (id_product_attribute = 2278) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
276
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 = 1448) AND (id_product_attribute = 2294) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
276
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
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 `name`
FROM `ps_country_lang`
WHERE `id_lang` = 2
AND `id_country` = 215 LIMIT 1 |
276
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
276
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` = 10 LIMIT 1 |
275
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1438) AND (id_product_attribute = 2262) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
275
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 |
275
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 location
FROM `ps_stock_available`
WHERE (id_product = 1448) AND (id_product_attribute = 2294) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
275
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1461 |
274
ms
|
3 |
|
|
/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 = 1422) AND (id_product_attribute = 2223) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
274
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 = "displayAfterTitleTag") LIMIT 1 |
274
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/fc/ad/e9/fcade97998342690f2d545033ffc6f5982a17f33_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/fc/ad/e9/fcade97998342690f2d545033ffc6f5982a17f33_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/fc/ad/e9/fcade97998342690f2d545033ffc6f5982a17f33_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND id_category = 105 LIMIT 1 |
274
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
274
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 364) LIMIT 1 |
274
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
274
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 = "actionDispatcher") LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Dispatcher.php:514<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 |
273
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`
FROM `ps_country_lang`
WHERE `id_lang` = 2
AND `id_country` = 208 LIMIT 1 |
273
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
273
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
273
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 = 1433) AND (id_product_attribute = 2251) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
273
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 = 1448) AND (id_product_attribute = 2293) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
272
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 |
272
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
272
ms
|
7 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
272
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
272
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
272
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` = 207 AND h.`id_hook` = 917
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/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
272
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` = 496) LIMIT 1 |
271
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
271
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:591<br>/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
271
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` = 382) LIMIT 1 |
271
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1450) AND (id_product_attribute = 2443) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
271
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
271
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` = 1439 |
271
ms
|
2 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/tfwholesales/tfwholesales.php:1314<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1433) AND (id_product_attribute = 2250) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
271
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_mainmenu" LIMIT 1 |
271
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND id_category = 105 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 6 LIMIT 1 |
270
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 507) LIMIT 1 |
270
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 19 AND `id_shop` = 6 LIMIT 1 |
270
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 497) LIMIT 1 |
270
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 919
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
270
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 12) LIMIT 1 |
270
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
270
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
270
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
270
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 location
FROM `ps_stock_available`
WHERE (id_product = 1461) AND (id_product_attribute = 2338) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
270
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` = 2
AND `id_country` = 151 LIMIT 1 |
270
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1422) AND (id_product_attribute = 2222) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
269
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 8 LIMIT 1 |
269
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_state` a
WHERE (a.`id_state` = 504) LIMIT 1 |
269
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1456 |
269
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 12 LIMIT 1 |
268
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` = 369) LIMIT 1 |
268
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = "actionOutputHTMLBefore") LIMIT 1 |
267
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1442) AND (id_product_attribute = 2279) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
267
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
267
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1425) AND (id_product_attribute = 2230) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
267
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 = "displayNav2") LIMIT 1 |
267
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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_group`
WHERE `id_group` = 1 LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 208 AND h.`id_hook` = 913
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 3 LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
266
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
266
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 371) LIMIT 1 |
266
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
266
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_state` a
WHERE (a.`id_state` = 401) LIMIT 1 |
266
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
266
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
265
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 135 AND h.`id_hook` = 412
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 389) LIMIT 1 |
265
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1433) AND (id_product_attribute = 2250) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
265
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1425) AND (id_product_attribute = 2231) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
265
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1444 AND `id_group` = 1 LIMIT 1 |
264
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
263
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 30 AND `id_shop` = 6 LIMIT 1 |
263
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
263
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` = 500) LIMIT 1 |
263
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 499) LIMIT 1 |
263
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
262
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
262
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 399) LIMIT 1 |
262
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 1448) AND (id_product_attribute = 2295) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
262
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2797<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:248<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
262
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 503) LIMIT 1 |
262
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
262
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
262
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
262
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
261
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1438 AND `id_group` = 1 LIMIT 1 |
261
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
261
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
260
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
260
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_module` FROM `ps_module_shop` WHERE `id_module` = 99 AND `id_shop` = 6 LIMIT 1 |
260
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
260
ms
|
7 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:31<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 406) LIMIT 1 |
260
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 10 LIMIT 1 |
260
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 = "actionPresentCart") LIMIT 1 |
260
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 location
FROM `ps_stock_available`
WHERE (id_product = 1438) AND (id_product_attribute = 2261) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
260
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` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 13 LIMIT 1 |
259
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 |
259
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` = 1448 AND `id_group` = 1 LIMIT 1 |
259
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 381) LIMIT 1 |
258
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 400) LIMIT 1 |
258
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
258
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 = "filterHtmlContent") LIMIT 1 |
258
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:97<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:70<br>/classes/controller/FrontController.php:1592<br>/classes/controller/FrontController.php:526<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
258
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 217 AND h.`id_hook` = 376
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 9 LIMIT 1 |
258
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 = "angarFacebook") LIMIT 1 |
257
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
257
ms
|
11 |
|
|
/modules/tfwholesales/classes/TFWholeSalesGroup.php:74
/modules/tfwholesales/tfwholesales.php:1284<br>/modules/tfwholesales/tfwholesales.php:416<br>/classes/Hook.php:999<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:936<br>/src/Adapter/Presenter/Product/ProductPresenter.php:114<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 374) LIMIT 1 |
257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND id_category = 105 LIMIT 1 |
256
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 207 AND h.`id_hook` = 917
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 6 LIMIT 1 |
256
ms
|
1 |
|
|
/classes/Hook.php:624
/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1456) AND (id_product_attribute = 2318) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
256
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 = "actionPresentCart") LIMIT 1 |
256
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
256
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` = 412) LIMIT 1 |
256
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
256
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 location
FROM `ps_stock_available`
WHERE (id_product = 1461) AND (id_product_attribute = 2339) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
255
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 = "displayNav1") LIMIT 1 |
255
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 85) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php: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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookBefore") LIMIT 1 |
254
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 name FROM ps_category_lang WHERE id_shop = 6 AND id_lang = 2 AND id_category = 105 LIMIT 1 |
254
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 |
253
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 = "displayBeforeBodyClosingTag") LIMIT 1 |
253
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
253
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 33 AND `id_shop` = 6 LIMIT 1 |
252
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
252
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 0 AND `id_shop` = 6 LIMIT 1 |
251
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 location
FROM `ps_stock_available`
WHERE (id_product = 1461) AND (id_product_attribute = 2337) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
251
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` = 1457 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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1456 AND id_shop=6 LIMIT 1 |
251
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1422 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 id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
250
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 |
250
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
250
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/ets_recaptcha_free/ets_recaptcha_free.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1450 |
250
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
249
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1442 AND `id_group` = 1 LIMIT 1 |
249
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` = 1461 |
249
ms
|
3 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:424<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 408) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
249
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = "actionFrontControllerSetVariables") LIMIT 1 |
249
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_group_wholesale_threshold` a
WHERE (a.`id_group_wholesale_threshold` = 14) LIMIT 1 |
248
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
248
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
248
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 415) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 13 AND `id_shop` = 6 LIMIT 1 |
247
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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = "actionModuleRegisterHookAfter") LIMIT 1 |
247
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 `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
247
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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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_required_field, object_name, field_name
FROM ps_required_field |
247
ms
|
1 |
|
|
/classes/ObjectModel.php:1509
/classes/ObjectModel.php:1541<br>/classes/ObjectModel.php:1472<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" 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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<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 |
245
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
245
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 6 LIMIT 1 |
244
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 373) LIMIT 1 |
243
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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayHeader") LIMIT 1 |
243
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
243
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 = "actionModuleRegisterHookAfter") LIMIT 1 |
243
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 active
FROM `ps_hook` h
WHERE (h.name = "actionModuleRegisterHookAfter") LIMIT 1 |
242
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Hook.php:654<br>/classes/module/Module.php:1016<br>/modules/tfgifts/tfgifts.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
242
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
242
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` = 375) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayGDPRConsent") LIMIT 1 |
241
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND id_category = 105 LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
241
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5799<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ar-sa'
OR `language_code` = 'ar-sa' LIMIT 1 |
240
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 |
239
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` = 376) LIMIT 1 |
239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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_shop |
238
ms
|
12 |
|
|
/classes/shop/Shop.php:747
/classes/Hook.php:613<br>/classes/module/Module.php:1016<br>/modules/tfabonnementfloral/tfabonnementfloral.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:913<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
238
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "displayWrapperBottom") LIMIT 1 |
237
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
237
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 6 LIMIT 1 |
236
ms
|
1 |
|
|
/classes/ObjectModel.php:1646
/config/config.inc.php:224<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 501) 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/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = 2 AND id_category = 105 LIMIT 1 |
236
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 |
236
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 2477) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
235
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 = 1450) AND (id_product_attribute = 2444) AND (id_shop = 6) AND (id_shop_group = 0) LIMIT 1 |
235
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` = 407) LIMIT 1 |
235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = "displayFooter") LIMIT 1 |
234
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
232
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 378) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configtunisiefleurs/classes/ShopCountries.php:33<br>:undefined<br>/modules/configtunisiefleurs/classes/ShopCountries.php:34<br>/var/cache/prod/smarty/compile/AngarTheme/e7/81/37/e781372b5d268fa2d056df53d488cdb3adf67303_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 = "actionProductSearchAfter") LIMIT 1 |
230
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 active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
229
ms
|
0 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5564<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1432 AND `id_group` = 1 LIMIT 1 |
229
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Hook.php:1272
/classes/Hook.php:777<br>/classes/Product.php:5818<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 6 LIMIT 1 |
227
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1461 AND `id_group` = 1 LIMIT 1 |
227
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_group
FROM `ps_tf_wholesales_groups` s
WHERE (selected = 1) |
223
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` = 22 AND `id_shop` = 6 LIMIT 1 |
223
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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/c8/5f/ba/c85fbab8b05bac41545e6ec957a70b29b07e97fc_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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` = 1450 AND `id_group` = 1 LIMIT 1 |
222
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
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_module` FROM `ps_module_shop` WHERE `id_module` = 32 AND `id_shop` = 6 LIMIT 1 |
221
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1005<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:956<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/e4/cc/25/e4cc25e8f8b8cadc30180a37d5fb4675d4b3582a_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/12/b9/bd/12b9bde98f9a2641762bd5dede5e46b328c3bca1_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/11/a7/c9/11a7c9ee92dc78ec38d1163090bbfff668f22841_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/93/87/95/938795f081e76000d5a402046024c0cf422e33fb_2.module.tfwholesalesviewstemplate.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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) |
220
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` = 1456 AND `id_group` = 1 LIMIT 1 |
219
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/ProductAssembler.php:117<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:397<br>:undefined<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:391<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:274<br>/modules/tfwholesales/controllers/front/wholesalesexpress.php:67<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|